Html Css Color HEX #AC9ADE Biloba Flower

📋 copy color: '#AC9ADE'

red 172 ◦ green 154 ◦ blue 222

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

Shades of Biloba Flower #AC9ADE

Tints of Biloba Flower #AC9ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 31.39%
G = 28.1%
B = 40.51%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC9ADE (or 0xAC9ADE) is known color: Biloba Flower. HEX triplet: AC, 9A and DE. RGB value is (172,154,222). Sum of RGB (Red+Green+Blue) = 172+154+222=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC9ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ADE is #536521. Grayscale: #A6A6A6. Windows color (decimal): -5465378 or 14588588. OLE color: 14588588.

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

Color convert

RGB 172 154 222 -
CMYK 0.23 0.31 0 0.13
HSL 255.88º 0.51% 0.74% -
HSV(B) 255.88º 0.31% 0.87% -
XYZ 41.75 37.16 74.08 -
YUV 167.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 172 154 222 0.23 0.31 0 0.13 255.88 0.51 0.74
Hex AC 9A DE 17 1F 0 D 100 33 4A
Octal 254 232 336 27 37 0 15 400 63 112
Binary 10101100 10011010 11011110 10111 11111 0 1101 100000000 110011 1001010

Color Harmonies of #AC9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9ADE

Black with #AC9ADE

Text Example


Text Example

White with #AC9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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