#AFA3D9

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

Shades of Biloba Flower #AFA3D9

Tints of Biloba Flower #AFA3D9

Color information

#AFA3D9 (or 0xAFA3D9) is unknown color: approx Biloba Flower. HEX triplet: AF, A3 and D9. RGB value is (175,163,217). Sum of RGB (Red+Green+Blue) = 175+163+217=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFA3D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3D9 is #505C26. Grayscale: #ACACAC. Windows color (decimal): -5266471 or 14263215. OLE color: 14263215.

HSL color Cylindrical-coordinate representation of color #AFA3D9: hue angle of 253.33º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA3D9 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175163217-
CMYK0.190.2500.15
HSL253.33º41.54%74.51%-
HSV(B)253.33º24.88%85.1%-
XYZ43.340.3271.15-
YUV172.74152.98129.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 163 (64.06% from 255) = 29.37%
BLUE value IS 217 (85.16% from 255) = 39.10%
R=31.53%
G=29.37%
B=39.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751632170.190.2500.15253.3341.5474.51
HexAFA3D913190Ffd2a4b
Octal257243331233101737552113
Binary101011111010001111011001100111100101111111111011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3D9; }

 p { color: rgb(175,163,217); }

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

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

 a { background-color: rgb(175,163,217); }

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

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

 span { border-color: rgb(175,163,217); }

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