#AF82DD

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

Shades of Biloba Flower #AF82DD

Tints of Biloba Flower #AF82DD

Color information

#AF82DD (or 0xAF82DD) is unknown color: approx Biloba Flower. HEX triplet: AF, 82 and DD. RGB value is (175,130,221). Sum of RGB (Red+Green+Blue) = 175+130+221=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF82DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82DD is #507D22. Grayscale: #999999. Windows color (decimal): -5274915 or 14516911. OLE color: 14516911.

HSL color Cylindrical-coordinate representation of color #AF82DD: hue angle of 269.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF82DD is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175130221-
CMYK0.210.4100.13
HSL269.67º57.23%68.82%-
HSV(B)269.67º41.18%86.67%-
XYZ38.7130.372.21-
YUV153.83165.91143.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 130 (51.17% from 255) = 24.71%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=33.27%
G=24.71%
B=42.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751302210.210.4100.13269.6757.2368.82
HexAF82DD15290D10e3945
Octal257202335255101541671105
Binary10101111100000101101110110101101001011011000011101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82DD; }

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

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

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

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

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

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

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

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