#AF81DD

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

Shades of Biloba Flower #AF81DD

Tints of Biloba Flower #AF81DD

Color information

#AF81DD (or 0xAF81DD) is unknown color: approx Biloba Flower. HEX triplet: AF, 81 and DD. RGB value is (175,129,221). Sum of RGB (Red+Green+Blue) = 175+129+221=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF81DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81DD is #507E22. Grayscale: #989898. Windows color (decimal): -5275171 or 14516655. OLE color: 14516655.

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

Color convert

RGB175129221-
CMYK0.210.4200.13
HSL270º57.5%68.63%-
HSV(B)270º41.63%86.67%-
XYZ38.5830.0372.17-
YUV153.24166.24143.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 129 (50.78% from 255) = 24.57%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=33.33%
G=24.57%
B=42.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751292210.210.4200.1327057.568.63
HexAF81DD152A0D10e3a45
Octal257201335255201541672105
Binary10101111100000011101110110101101010011011000011101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81DD; }

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

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

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

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

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

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

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

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