#AF82D8

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

Shades of Biloba Flower #AF82D8

Tints of Biloba Flower #AF82D8

Color information

#AF82D8 (or 0xAF82D8) is unknown color: approx Biloba Flower. HEX triplet: AF, 82 and D8. RGB value is (175,130,216). Sum of RGB (Red+Green+Blue) = 175+130+216=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF82D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82D8 is #507D27. Grayscale: #989898. Windows color (decimal): -5274920 or 14189231. OLE color: 14189231.

HSL color Cylindrical-coordinate representation of color #AF82D8: hue angle of 271.4º 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 #AF82D8 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175130216-
CMYK0.190.4000.15
HSL271.4º52.44%67.84%-
HSV(B)271.4º39.81%84.71%-
XYZ38.0630.0468.76-
YUV153.26163.41143.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 130 (51.17% from 255) = 24.95%
BLUE value IS 216 (84.77% from 255) = 41.46%
R=33.59%
G=24.95%
B=41.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751302160.190.4000.15271.452.4467.84
HexAF82D813280F10f3444
Octal257202330235001741764104
Binary10101111100000101101100010011101000011111000011111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82D8; }

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

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

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

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

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

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

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

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