Html Css Color HEX #AC96DC Biloba Flower

📋 copy color: '#AC96DC'

red 172 ◦ green 150 ◦ blue 220

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

Shades of Biloba Flower #AC96DC

Tints of Biloba Flower #AC96DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 31.73%
G = 27.68%
B = 40.59%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC96DC (or 0xAC96DC) is known color: Biloba Flower. HEX triplet: AC, 96 and DC. RGB value is (172,150,220). Sum of RGB (Red+Green+Blue) = 172+150+220=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC96DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96DC is #536923. Grayscale: #A4A4A4. Windows color (decimal): -5466404 or 14456492. OLE color: 14456492.

HSL color Cylindrical-coordinate representation of color #AC96DC: hue angle of 258.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC96DC is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 150 220 -
CMYK 0.22 0.32 0 0.14
HSL 258.86º 0.5% 0.73% -
HSV(B) 258.86º 0.32% 0.86% -
XYZ 40.84 35.75 72.46 -
YUV 164.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 172 150 220 0.22 0.32 0 0.14 258.86 0.5 0.73
Hex AC 96 DC 16 20 0 E 103 32 49
Octal 254 226 334 26 40 0 16 403 62 111
Binary 10101100 10010110 11011100 10110 100000 0 1110 100000011 110010 1001001

Color Harmonies of #AC96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96DC

Black with #AC96DC

Text Example


Text Example

White with #AC96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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