#AF82DC

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

Shades of Biloba Flower #AF82DC

Tints of Biloba Flower #AF82DC

Color information

#AF82DC (or 0xAF82DC) is unknown color: approx Biloba Flower. HEX triplet: AF, 82 and DC. RGB value is (175,130,220). Sum of RGB (Red+Green+Blue) = 175+130+220=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF82DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82DC is #507D23. Grayscale: #999999. Windows color (decimal): -5274916 or 14451375. OLE color: 14451375.

HSL color Cylindrical-coordinate representation of color #AF82DC: hue angle of 270º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF82DC is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175130220-
CMYK0.200.4100.14
HSL270º56.25%68.63%-
HSV(B)270º40.91%86.27%-
XYZ38.5830.2571.51-
YUV153.72165.41143.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=33.33%
G=24.76%
B=41.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751302200.200.4100.1427056.2568.63
HexAF82DC14290E10e3845
Octal257202334245101641670105
Binary10101111100000101101110010100101001011101000011101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82DC; }

 p { color: rgb(175,130,220); }

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

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

 a { background-color: rgb(175,130,220); }

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

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

 span { border-color: rgb(175,130,220); }

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