Html Css Color HEX #AC9CDD Biloba Flower

📋 copy color: '#AC9CDD'

red 172 ◦ green 156 ◦ blue 221

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

Shades of Biloba Flower #AC9CDD

Tints of Biloba Flower #AC9CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.42%

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

R = 31.33%
G = 28.42%
B = 40.26%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC9CDD (or 0xAC9CDD) is known color: Biloba Flower. HEX triplet: AC, 9C and DD. RGB value is (172,156,221). Sum of RGB (Red+Green+Blue) = 172+156+221=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC9CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CDD is #536322. Grayscale: #A7A7A7. Windows color (decimal): -5464867 or 14523564. OLE color: 14523564.

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

Color convert

RGB 172 156 221 -
CMYK 0.22 0.29 0 0.13
HSL 254.77º 0.49% 0.74% -
HSV(B) 254.77º 0.29% 0.87% -
XYZ 41.95 37.77 73.49 -
YUV 168.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 172 156 221 0.22 0.29 0 0.13 254.77 0.49 0.74
Hex AC 9C DD 16 1D 0 D FF 31 4A
Octal 254 234 335 26 35 0 15 377 61 112
Binary 10101100 10011100 11011101 10110 11101 0 1101 11111111 110001 1001010

Color Harmonies of #AC9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9CDD

Black with #AC9CDD

Text Example


Text Example

White with #AC9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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