#AFA5DD

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

Shades of Biloba Flower #AFA5DD

Tints of Biloba Flower #AFA5DD

Color information

#AFA5DD (or 0xAFA5DD) is unknown color: approx Biloba Flower. HEX triplet: AF, A5 and DD. RGB value is (175,165,221). Sum of RGB (Red+Green+Blue) = 175+165+221=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFA5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA5DD is #505A22. Grayscale: #AEAEAE. Windows color (decimal): -5265955 or 14525871. OLE color: 14525871.

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

Color convert

RGB175165221-
CMYK0.210.2500.13
HSL250.71º45.16%75.69%-
HSV(B)250.71º25.34%86.67%-
XYZ44.1941.2474.04-
YUV174.37154.31128.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 165 (64.84% from 255) = 29.41%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=31.19%
G=29.41%
B=39.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751652210.210.2500.13250.7145.1675.69
HexAFA5DD15190Dfb2d4c
Octal257245335253101537355114
Binary101011111010010111011101101011100101101111110111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA5DD; }

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

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

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

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

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

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

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

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