Html Css Color HEX #AC9CE0 Biloba Flower

📋 copy color: '#AC9CE0'

red 172 ◦ green 156 ◦ blue 224

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

Shades of Biloba Flower #AC9CE0

Tints of Biloba Flower #AC9CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.58%

R = 31.16%
G = 28.26%
B = 40.58%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC9CE0 (or 0xAC9CE0) is known color: Biloba Flower. HEX triplet: AC, 9C and E0. RGB value is (172,156,224). Sum of RGB (Red+Green+Blue) = 172+156+224=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC9CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CE0 is #53631F. Grayscale: #A8A8A8. Windows color (decimal): -5464864 or 14720172. OLE color: 14720172.

HSL color Cylindrical-coordinate representation of color #AC9CE0: hue angle of 254.12º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9CE0 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 156 224 -
CMYK 0.23 0.30 0 0.12
HSL 254.12º 0.52% 0.75% -
HSV(B) 254.12º 0.3% 0.88% -
XYZ 42.36 37.93 75.61 -
YUV 168.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 172 156 224 0.23 0.30 0 0.12 254.12 0.52 0.75
Hex AC 9C E0 17 1E 0 C FE 34 4B
Octal 254 234 340 27 36 0 14 376 64 113
Binary 10101100 10011100 11100000 10111 11110 0 1100 11111110 110100 1001011

Color Harmonies of #AC9CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9CE0

Black with #AC9CE0

Text Example


Text Example

White with #AC9CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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