#AFA0D5

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

Shades of Biloba Flower #AFA0D5

Tints of Biloba Flower #AFA0D5

Color information

#AFA0D5 (or 0xAFA0D5) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and D5. RGB value is (175,160,213). Sum of RGB (Red+Green+Blue) = 175+160+213=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFA0D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0D5 is #505F2A. Grayscale: #AAAAAA. Windows color (decimal): -5267243 or 14000303. OLE color: 14000303.

HSL color Cylindrical-coordinate representation of color #AFA0D5: hue angle of 256.98º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA0D5 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175160213-
CMYK0.180.2500.16
HSL256.98º38.69%73.14%-
HSV(B)256.98º24.88%83.53%-
XYZ42.2639.0668.26-
YUV170.53151.97131.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 213 (83.59% from 255) = 38.87%
R=31.93%
G=29.20%
B=38.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751602130.180.2500.16256.9838.6973.14
HexAFA0D512190101012749
Octal257240325223102040147111
Binary10101111101000001101010110010110010100001000000011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0D5; }

 p { color: rgb(175,160,213); }

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

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

 a { background-color: rgb(175,160,213); }

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

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

 span { border-color: rgb(175,160,213); }

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