#AC96DA

Color #AC96DA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AC96DA

Tints of Biloba Flower #AC96DA

Color information

#AC96DA (or 0xAC96DA) is unknown color: approx Biloba Flower. HEX triplet: AC, 96 and DA. RGB value is (172,150,218). Sum of RGB (Red+Green+Blue) = 172+150+218=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC96DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96DA is #536925. Grayscale: #A4A4A4. Windows color (decimal): -5466406 or 14325420. OLE color: 14325420.

HSL color Cylindrical-coordinate representation of color #AC96DA: hue angle of 259.41º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC96DA is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172150218-
CMYK0.210.3100.15
HSL259.41º47.89%72.16%-
HSV(B)259.41º31.19%85.49%-
XYZ40.5735.6571.07-
YUV164.33158.29133.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 218 (85.55% from 255) = 40.37%
R=31.85%
G=27.78%
B=40.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721502180.210.3100.15259.4147.8972.16
HexAC96DA151F0F1033048
Octal254226332253701740360110
Binary1010110010010110110110101010111111011111000000111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96DA; }

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

 H1.HeaderClassName
 {
   color: #AC96DA;
 }
 .AnyTagClassName
 {
   color: #AC96DA;
 }
</style>
background-color css

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

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

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

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

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

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