#AF82D7

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

Shades of Biloba Flower #AF82D7

Tints of Biloba Flower #AF82D7

Color information

#AF82D7 (or 0xAF82D7) is unknown color: approx Biloba Flower. HEX triplet: AF, 82 and D7. RGB value is (175,130,215). Sum of RGB (Red+Green+Blue) = 175+130+215=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF82D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82D7 is #507D28. Grayscale: #989898. Windows color (decimal): -5274921 or 14123695. OLE color: 14123695.

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

Color convert

RGB175130215-
CMYK0.190.4000.16
HSL271.76º51.52%67.65%-
HSV(B)271.76º39.53%84.31%-
XYZ37.9329.9968.08-
YUV153.14162.91143.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 215 (84.38% from 255) = 41.35%
R=33.65%
G=25%
B=41.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751302150.190.4000.16271.7651.5267.65
HexAF82D713280101103444
Octal257202327235002042064104
Binary101011111000001011010111100111010000100001000100001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82D7; }

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

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

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

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

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

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

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

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