Html Css Color HEX #AC96EC Biloba Flower

📋 copy color: '#AC96EC'

red 172 ◦ green 150 ◦ blue 236

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

Shades of Biloba Flower #AC96EC

Tints of Biloba Flower #AC96EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.29%

R = 30.82%
G = 26.88%
B = 42.29%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC96EC (or 0xAC96EC) is known color: Biloba Flower. HEX triplet: AC, 96 and EC. RGB value is (172,150,236). Sum of RGB (Red+Green+Blue) = 172+150+236=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC96EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC96EC is #536913. Grayscale: #A6A6A6. Windows color (decimal): -5466388 or 15505068. OLE color: 15505068.

HSL color Cylindrical-coordinate representation of color #AC96EC: hue angle of 255.35º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC96EC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 150 236 -
CMYK 0.27 0.36 0 0.07
HSL 255.35º 0.69% 0.76% -
HSV(B) 255.35º 0.36% 0.93% -
XYZ 43.06 36.64 84.16 -
YUV 166.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 172 150 236 0.27 0.36 0 0.07 255.35 0.69 0.76
Hex AC 96 EC 1B 24 0 7 FF 45 4C
Octal 254 226 354 33 44 0 7 377 105 114
Binary 10101100 10010110 11101100 11011 100100 0 111 11111111 1000101 1001100

Color Harmonies of #AC96EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96EC

Black with #AC96EC

Text Example


Text Example

White with #AC96EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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