Html Css Color HEX #AC9EC4 Biloba Flower

📋 copy color: '#AC9EC4'

red 172 ◦ green 158 ◦ blue 196

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

Shades of Biloba Flower #AC9EC4

Tints of Biloba Flower #AC9EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.26%

R = 32.7%
G = 30.04%
B = 37.26%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AC9EC4 (or 0xAC9EC4) is known color: Biloba Flower. HEX triplet: AC, 9E and C4. RGB value is (172,158,196). Sum of RGB (Red+Green+Blue) = 172+158+196=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC9EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EC4 is #53613B. Grayscale: #A6A6A6. Windows color (decimal): -5464380 or 12885676. OLE color: 12885676.

HSL color Cylindrical-coordinate representation of color #AC9EC4: hue angle of 262.11º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC9EC4 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 158 196 -
CMYK 0.12 0.19 0 0.23
HSL 262.11º 0.24% 0.69% -
HSV(B) 262.11º 0.19% 0.77% -
XYZ 39.2 37.21 57.34 -
YUV 166.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 172 158 196 0.12 0.19 0 0.23 262.11 0.24 0.69
Hex AC 9E C4 C 13 0 17 106 18 45
Octal 254 236 304 14 23 0 27 406 30 105
Binary 10101100 10011110 11000100 1100 10011 0 10111 100000110 11000 1000101

Color Harmonies of #AC9EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9EC4

Black with #AC9EC4

Text Example


Text Example

White with #AC9EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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