Html Css Color HEX #AC99C3 Biloba Flower

📋 copy color: '#AC99C3'

red 172 ◦ green 153 ◦ blue 195

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

Shades of Biloba Flower #AC99C3

Tints of Biloba Flower #AC99C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.5%

R = 33.08%
G = 29.42%
B = 37.5%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC99C3 (or 0xAC99C3) is known color: Biloba Flower. HEX triplet: AC, 99 and C3. RGB value is (172,153,195). Sum of RGB (Red+Green+Blue) = 172+153+195=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC99C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99C3 is #53663C. Grayscale: #A3A3A3. Windows color (decimal): -5465661 or 12818860. OLE color: 12818860.

HSL color Cylindrical-coordinate representation of color #AC99C3: hue angle of 267.14º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC99C3 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 153 195 -
CMYK 0.12 0.22 0 0.24
HSL 267.14º 0.26% 0.68% -
HSV(B) 267.14º 0.22% 0.76% -
XYZ 38.25 35.49 56.46 -
YUV 163.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 172 153 195 0.12 0.22 0 0.24 267.14 0.26 0.68
Hex AC 99 C3 C 16 0 18 10B 1A 44
Octal 254 231 303 14 26 0 30 413 32 104
Binary 10101100 10011001 11000011 1100 10110 0 11000 100001011 11010 1000100

Color Harmonies of #AC99C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99C3

Black with #AC99C3

Text Example


Text Example

White with #AC99C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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