Html Css Color HEX #AC9EDD Biloba Flower

📋 copy color: '#AC9EDD'

red 172 ◦ green 158 ◦ blue 221

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

Shades of Biloba Flower #AC9EDD

Tints of Biloba Flower #AC9EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.68%

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

R = 31.22%
G = 28.68%
B = 40.11%

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

#AC9EDD (or 0xAC9EDD) is known color: Biloba Flower. HEX triplet: AC, 9E and DD. RGB value is (172,158,221). Sum of RGB (Red+Green+Blue) = 172+158+221=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC9EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EDD is #536122. Grayscale: #A9A9A9. Windows color (decimal): -5464355 or 14524076. OLE color: 14524076.

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

Color convert

RGB 172 158 221 -
CMYK 0.22 0.29 0 0.13
HSL 253.33º 0.48% 0.74% -
HSV(B) 253.33º 0.29% 0.87% -
XYZ 42.29 38.44 73.6 -
YUV 169.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 172 158 221 0.22 0.29 0 0.13 253.33 0.48 0.74
Hex AC 9E DD 16 1D 0 D FD 30 4A
Octal 254 236 335 26 35 0 15 375 60 112
Binary 10101100 10011110 11011101 10110 11101 0 1101 11111101 110000 1001010

Color Harmonies of #AC9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9EDD

Black with #AC9EDD

Text Example


Text Example

White with #AC9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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