Html Css Color HEX #AC9CE5 Biloba Flower

📋 copy color: '#AC9CE5'

red 172 ◦ green 156 ◦ blue 229

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

Shades of Biloba Flower #AC9CE5

Tints of Biloba Flower #AC9CE5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.01%

 BLUE value IS 229 (89.84% from 255) = 41.11%

R = 30.88%
G = 28.01%
B = 41.11%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC9CE5 (or 0xAC9CE5) is known color: Biloba Flower. HEX triplet: AC, 9C and E5. RGB value is (172,156,229). Sum of RGB (Red+Green+Blue) = 172+156+229=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC9CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CE5 is #53631A. Grayscale: #A8A8A8. Windows color (decimal): -5464859 or 15047852. OLE color: 15047852.

HSL color Cylindrical-coordinate representation of color #AC9CE5: hue angle of 253.15º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC9CE5 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 156 229 -
CMYK 0.25 0.32 0 0.10
HSL 253.15º 0.58% 0.75% -
HSV(B) 253.15º 0.32% 0.9% -
XYZ 43.04 38.2 79.23 -
YUV 169.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 172 156 229 0.25 0.32 0 0.10 253.15 0.58 0.75
Hex AC 9C E5 19 20 0 A FD 3A 4B
Octal 254 234 345 31 40 0 12 375 72 113
Binary 10101100 10011100 11100101 11001 100000 0 1010 11111101 111010 1001011

Color Harmonies of #AC9CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9CE5

Black with #AC9CE5

Text Example


Text Example

White with #AC9CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9CE5; }

 p { color: rgb(172,156,229); }

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

background-color css

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

 a { background-color: rgb(172,156,229); }

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

border-color css

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

 span { border-color: rgb(172,156,229); }

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