Html Css Color HEX #AC9DDE Biloba Flower

📋 copy color: '#AC9DDE'

red 172 ◦ green 157 ◦ blue 222

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

Shades of Biloba Flower #AC9DDE

Tints of Biloba Flower #AC9DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.49%

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

R = 31.22%
G = 28.49%
B = 40.29%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC9DDE (or 0xAC9DDE) is known color: Biloba Flower. HEX triplet: AC, 9D and DE. RGB value is (172,157,222). Sum of RGB (Red+Green+Blue) = 172+157+222=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC9DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DDE is #536221. Grayscale: #A8A8A8. Windows color (decimal): -5464610 or 14589356. OLE color: 14589356.

HSL color Cylindrical-coordinate representation of color #AC9DDE: hue angle of 253.85º degrees, saturation: 0.5, 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 #AC9DDE is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 157 222 -
CMYK 0.23 0.29 0 0.13
HSL 253.85º 0.5% 0.74% -
HSV(B) 253.85º 0.29% 0.87% -
XYZ 42.26 38.16 74.25 -
YUV 168.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 172 157 222 0.23 0.29 0 0.13 253.85 0.5 0.74
Hex AC 9D DE 17 1D 0 D FE 32 4A
Octal 254 235 336 27 35 0 15 376 62 112
Binary 10101100 10011101 11011110 10111 11101 0 1101 11111110 110010 1001010

Color Harmonies of #AC9DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DDE

Black with #AC9DDE

Text Example


Text Example

White with #AC9DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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