Html Css Color HEX #AC99CA Biloba Flower

📋 copy color: '#AC99CA'

red 172 ◦ green 153 ◦ blue 202

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

Shades of Biloba Flower #AC99CA

Tints of Biloba Flower #AC99CA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.03%

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

R = 32.64%
G = 29.03%
B = 38.33%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC99CA (or 0xAC99CA) is known color: Biloba Flower. HEX triplet: AC, 99 and CA. RGB value is (172,153,202). Sum of RGB (Red+Green+Blue) = 172+153+202=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC99CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99CA is #536635. Grayscale: #A4A4A4. Windows color (decimal): -5465654 or 13277612. OLE color: 13277612.

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

Color convert

RGB 172 153 202 -
CMYK 0.15 0.24 0 0.21
HSL 263.27º 0.32% 0.7% -
HSV(B) 263.27º 0.24% 0.79% -
XYZ 39.07 35.82 60.73 -
YUV 164.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 172 153 202 0.15 0.24 0 0.21 263.27 0.32 0.7
Hex AC 99 CA F 18 0 15 107 20 46
Octal 254 231 312 17 30 0 25 407 40 106
Binary 10101100 10011001 11001010 1111 11000 0 10101 100000111 100000 1000110

Color Harmonies of #AC99CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99CA

Black with #AC99CA

Text Example


Text Example

White with #AC99CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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