Html Css Color HEX #AC98CA Biloba Flower

📋 copy color: '#AC98CA'

red 172 ◦ green 152 ◦ blue 202

#AC98CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AC98CA

Tints of Biloba Flower #AC98CA

RGB

 RED value IS 172 (67.58% from 255) = 32.7%

 GREEN value IS 152 (59.77% from 255) = 28.9%

 BLUE value IS 202 (79.3% from 255) = 38.4%

R = 32.7%
G = 28.9%
B = 38.4%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC98CA (or 0xAC98CA) is known color: Biloba Flower. HEX triplet: AC, 98 and CA. RGB value is (172,152,202). Sum of RGB (Red+Green+Blue) = 172+152+202=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC98CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98CA is #536735. Grayscale: #A3A3A3. Windows color (decimal): -5465910 or 13277356. OLE color: 13277356.

HSL color Cylindrical-coordinate representation of color #AC98CA: hue angle of 264º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC98CA is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 152 202 -
CMYK 0.15 0.25 0 0.21
HSL 264º 0.32% 0.69% -
HSV(B) 264º 0.25% 0.79% -
XYZ 38.9 35.49 60.68 -
YUV 163.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 172 152 202 0.15 0.25 0 0.21 264 0.32 0.69
Hex AC 98 CA F 19 0 15 108 20 45
Octal 254 230 312 17 31 0 25 410 40 105
Binary 10101100 10011000 11001010 1111 11001 0 10101 100001000 100000 1000101

Color Harmonies of #AC98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC98CA

Black with #AC98CA

Text Example


Text Example

White with #AC98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC98CA; }

 p { color: rgb(172,152,202); }

 H1.HeaderClassName
 {
   color: #AC98CA;
 }
 .AnyTagClassName
 {
   color: #AC98CA;
 }
</style>

background-color css

<style>
 a { background-color: #AC98CA; }

 a { background-color: rgb(172,152,202); }

 div.DivClassName
 {
   background-color: #AC98CA;
 }
 .BgClassName
 {
   background-color: #AC98CA;
 }
</style>

border-color css

<style>
 span { border-color: #AC98CA; }

 span { border-color: rgb(172,152,202); }

 td.TdClassName
 {
   border-color: #AC98CA;
 }
 .TagClassName
 {
   border-color: #AC98CA;
 }
</style>