Html Css Color HEX #AC99C8 Biloba Flower

📋 copy color: '#AC99C8'

red 172 ◦ green 153 ◦ blue 200

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

Shades of Biloba Flower #AC99C8

Tints of Biloba Flower #AC99C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.1%

R = 32.76%
G = 29.14%
B = 38.1%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC99C8 (or 0xAC99C8) is known color: Biloba Flower. HEX triplet: AC, 99 and C8. RGB value is (172,153,200). Sum of RGB (Red+Green+Blue) = 172+153+200=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC99C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99C8 is #536637. Grayscale: #A3A3A3. Windows color (decimal): -5465656 or 13146540. OLE color: 13146540.

HSL color Cylindrical-coordinate representation of color #AC99C8: hue angle of 264.26º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC99C8 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 153 200 -
CMYK 0.14 0.24 0 0.22
HSL 264.26º 0.3% 0.69% -
HSV(B) 264.26º 0.24% 0.78% -
XYZ 38.83 35.72 59.49 -
YUV 164.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 172 153 200 0.14 0.24 0 0.22 264.26 0.3 0.69
Hex AC 99 C8 E 18 0 16 108 1E 45
Octal 254 231 310 16 30 0 26 410 36 105
Binary 10101100 10011001 11001000 1110 11000 0 10110 100001000 11110 1000101

Color Harmonies of #AC99C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99C8

Black with #AC99C8

Text Example


Text Example

White with #AC99C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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