Html Css Color HEX #AC99DC Biloba Flower

📋 copy color: '#AC99DC'

red 172 ◦ green 153 ◦ blue 220

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

Shades of Biloba Flower #AC99DC

Tints of Biloba Flower #AC99DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 31.56%
G = 28.07%
B = 40.37%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC99DC (or 0xAC99DC) is known color: Biloba Flower. HEX triplet: AC, 99 and DC. RGB value is (172,153,220). Sum of RGB (Red+Green+Blue) = 172+153+220=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC99DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99DC is #536623. Grayscale: #A6A6A6. Windows color (decimal): -5465636 or 14457260. OLE color: 14457260.

HSL color Cylindrical-coordinate representation of color #AC99DC: hue angle of 257.01º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC99DC is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 153 220 -
CMYK 0.22 0.30 0 0.14
HSL 257.01º 0.49% 0.73% -
HSV(B) 257.01º 0.3% 0.86% -
XYZ 41.32 36.72 72.62 -
YUV 166.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 172 153 220 0.22 0.30 0 0.14 257.01 0.49 0.73
Hex AC 99 DC 16 1E 0 E 101 31 49
Octal 254 231 334 26 36 0 16 401 61 111
Binary 10101100 10011001 11011100 10110 11110 0 1110 100000001 110001 1001001

Color Harmonies of #AC99DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99DC

Black with #AC99DC

Text Example


Text Example

White with #AC99DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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