Html Css Color HEX #AC99DD Biloba Flower

📋 copy color: '#AC99DD'

red 172 ◦ green 153 ◦ blue 221

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

Shades of Biloba Flower #AC99DD

Tints of Biloba Flower #AC99DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 31.5%
G = 28.02%
B = 40.48%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC99DD (or 0xAC99DD) is known color: Biloba Flower. HEX triplet: AC, 99 and DD. RGB value is (172,153,221). Sum of RGB (Red+Green+Blue) = 172+153+221=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC99DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99DD is #536622. Grayscale: #A6A6A6. Windows color (decimal): -5465635 or 14522796. OLE color: 14522796.

HSL color Cylindrical-coordinate representation of color #AC99DD: hue angle of 256.76º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC99DD is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 153 221 -
CMYK 0.22 0.31 0 0.13
HSL 256.76º 0.5% 0.73% -
HSV(B) 256.76º 0.31% 0.87% -
XYZ 41.46 36.77 73.32 -
YUV 166.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 172 153 221 0.22 0.31 0 0.13 256.76 0.5 0.73
Hex AC 99 DD 16 1F 0 D 101 32 49
Octal 254 231 335 26 37 0 15 401 62 111
Binary 10101100 10011001 11011101 10110 11111 0 1101 100000001 110010 1001001

Color Harmonies of #AC99DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99DD

Black with #AC99DD

Text Example


Text Example

White with #AC99DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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