Html Css Color HEX #AC9ADD Biloba Flower

📋 copy color: '#AC9ADD'

red 172 ◦ green 154 ◦ blue 221

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

Shades of Biloba Flower #AC9ADD

Tints of Biloba Flower #AC9ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.15%

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

R = 31.44%
G = 28.15%
B = 40.4%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC9ADD (or 0xAC9ADD) is known color: Biloba Flower. HEX triplet: AC, 9A and DD. RGB value is (172,154,221). Sum of RGB (Red+Green+Blue) = 172+154+221=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ADD is #536522. Grayscale: #A6A6A6. Windows color (decimal): -5465379 or 14523052. OLE color: 14523052.

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

Color convert

RGB 172 154 221 -
CMYK 0.22 0.30 0 0.13
HSL 256.12º 0.5% 0.74% -
HSV(B) 256.12º 0.3% 0.87% -
XYZ 41.62 37.1 73.37 -
YUV 167.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 172 154 221 0.22 0.30 0 0.13 256.12 0.5 0.74
Hex AC 9A DD 16 1E 0 D 100 32 4A
Octal 254 232 335 26 36 0 15 400 62 112
Binary 10101100 10011010 11011101 10110 11110 0 1101 100000000 110010 1001010

Color Harmonies of #AC9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9ADD

Black with #AC9ADD

Text Example


Text Example

White with #AC9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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