Html Css Color HEX #AC9ED2 Biloba Flower

📋 copy color: '#AC9ED2'

red 172 ◦ green 158 ◦ blue 210

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

Shades of Biloba Flower #AC9ED2

Tints of Biloba Flower #AC9ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.89%

R = 31.85%
G = 29.26%
B = 38.89%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC9ED2 (or 0xAC9ED2) is known color: Biloba Flower. HEX triplet: AC, 9E and D2. RGB value is (172,158,210). Sum of RGB (Red+Green+Blue) = 172+158+210=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC9ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ED2 is #53612D. Grayscale: #A7A7A7. Windows color (decimal): -5464366 or 13803180. OLE color: 13803180.

HSL color Cylindrical-coordinate representation of color #AC9ED2: hue angle of 256.15º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC9ED2 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 158 210 -
CMYK 0.18 0.25 0 0.18
HSL 256.15º 0.37% 0.72% -
HSV(B) 256.15º 0.25% 0.82% -
XYZ 40.87 37.88 66.13 -
YUV 168.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 172 158 210 0.18 0.25 0 0.18 256.15 0.37 0.72
Hex AC 9E D2 12 19 0 12 100 25 48
Octal 254 236 322 22 31 0 22 400 45 110
Binary 10101100 10011110 11010010 10010 11001 0 10010 100000000 100101 1001000

Color Harmonies of #AC9ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9ED2

Black with #AC9ED2

Text Example


Text Example

White with #AC9ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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