#ac82d8

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

Shades of Biloba Flower #AC82D8

Tints of Biloba Flower #AC82D8

Color information

#AC82D8 (or 0xAC82D8) is unknown color: approx Biloba Flower. HEX triplet: AC, 82 and D8. RGB value is (172,130,216). Sum of RGB (Red+Green+Blue) = 172+130+216=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC82D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82D8 is #537D27. Grayscale: #989898. Windows color (decimal): -5471528 or 14189228. OLE color: 14189228.

HSL color Cylindrical-coordinate representation of color #AC82D8: hue angle of 269.3º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC82D8 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172130216-
CMYK0.200.4000.15
HSL269.3º52.44%67.84%-
HSV(B)269.3º39.81%84.71%-
XYZ37.3929.6968.73-
YUV152.36163.91142.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 130 (51.17% from 255) = 25.10%
BLUE value IS 216 (84.77% from 255) = 41.70%
R=33.20%
G=25.10%
B=41.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721302160.200.4000.15269.352.4467.84
HexAC82D814280F10d3444
Octal254202330245001741564104
Binary10101100100000101101100010100101000011111000011011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac82d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac82d8; }

 p { color: rgb(172,130,216); }

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

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

 a { background-color: rgb(172,130,216); }

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

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

 span { border-color: rgb(172,130,216); }

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