Html Css Color HEX #AC9ED5 Biloba Flower

📋 copy color: '#AC9ED5'

red 172 ◦ green 158 ◦ blue 213

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

Shades of Biloba Flower #AC9ED5

Tints of Biloba Flower #AC9ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.23%

R = 31.68%
G = 29.1%
B = 39.23%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC9ED5 (or 0xAC9ED5) is known color: Biloba Flower. HEX triplet: AC, 9E and D5. RGB value is (172,158,213). Sum of RGB (Red+Green+Blue) = 172+158+213=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC9ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ED5 is #53612A. Grayscale: #A8A8A8. Windows color (decimal): -5464363 or 13999788. OLE color: 13999788.

HSL color Cylindrical-coordinate representation of color #AC9ED5: hue angle of 255.27º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC9ED5 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 158 213 -
CMYK 0.19 0.26 0 0.16
HSL 255.27º 0.4% 0.73% -
HSV(B) 255.27º 0.26% 0.84% -
XYZ 41.25 38.03 68.12 -
YUV 168.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 172 158 213 0.19 0.26 0 0.16 255.27 0.4 0.73
Hex AC 9E D5 13 1A 0 10 FF 28 49
Octal 254 236 325 23 32 0 20 377 50 111
Binary 10101100 10011110 11010101 10011 11010 0 10000 11111111 101000 1001001

Color Harmonies of #AC9ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9ED5

Black with #AC9ED5

Text Example


Text Example

White with #AC9ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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