Html Css Color HEX #AC9EC3 Biloba Flower

📋 copy color: '#AC9EC3'

red 172 ◦ green 158 ◦ blue 195

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

Shades of Biloba Flower #AC9EC3

Tints of Biloba Flower #AC9EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.14%

R = 32.76%
G = 30.1%
B = 37.14%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC9EC3 (or 0xAC9EC3) is known color: Biloba Flower. HEX triplet: AC, 9E and C3. RGB value is (172,158,195). Sum of RGB (Red+Green+Blue) = 172+158+195=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC9EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EC3 is #53613C. Grayscale: #A6A6A6. Windows color (decimal): -5464381 or 12820140. OLE color: 12820140.

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

Color convert

RGB 172 158 195 -
CMYK 0.12 0.19 0 0.24
HSL 262.7º 0.24% 0.69% -
HSV(B) 262.7º 0.19% 0.76% -
XYZ 39.09 37.16 56.74 -
YUV 166.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 172 158 195 0.12 0.19 0 0.24 262.7 0.24 0.69
Hex AC 9E C3 C 13 0 18 107 18 45
Octal 254 236 303 14 23 0 30 407 30 105
Binary 10101100 10011110 11000011 1100 10011 0 11000 100000111 11000 1000101

Color Harmonies of #AC9EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9EC3

Black with #AC9EC3

Text Example


Text Example

White with #AC9EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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