Html Css Color HEX #AC96CE Biloba Flower

📋 copy color: '#AC96CE'

red 172 ◦ green 150 ◦ blue 206

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

Shades of Biloba Flower #AC96CE

Tints of Biloba Flower #AC96CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.41%

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 32.58%
G = 28.41%
B = 39.02%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC96CE (or 0xAC96CE) is known color: Biloba Flower. HEX triplet: AC, 96 and CE. RGB value is (172,150,206). Sum of RGB (Red+Green+Blue) = 172+150+206=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC96CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96CE is #536931. Grayscale: #A2A2A2. Windows color (decimal): -5466418 or 13538988. OLE color: 13538988.

HSL color Cylindrical-coordinate representation of color #AC96CE: hue angle of 263.57º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC96CE is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 150 206 -
CMYK 0.17 0.27 0 0.19
HSL 263.57º 0.36% 0.7% -
HSV(B) 263.57º 0.27% 0.81% -
XYZ 39.06 35.04 63.1 -
YUV 162.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 172 150 206 0.17 0.27 0 0.19 263.57 0.36 0.7
Hex AC 96 CE 11 1B 0 13 108 24 46
Octal 254 226 316 21 33 0 23 410 44 106
Binary 10101100 10010110 11001110 10001 11011 0 10011 100001000 100100 1000110

Color Harmonies of #AC96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96CE

Black with #AC96CE

Text Example


Text Example

White with #AC96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96CE; }

 p { color: rgb(172,150,206); }

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

background-color css

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

 a { background-color: rgb(172,150,206); }

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

border-color css

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

 span { border-color: rgb(172,150,206); }

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