#AFA3D8

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

Shades of Biloba Flower #AFA3D8

Tints of Biloba Flower #AFA3D8

Color information

#AFA3D8 (or 0xAFA3D8) is unknown color: approx Biloba Flower. HEX triplet: AF, A3 and D8. RGB value is (175,163,216). Sum of RGB (Red+Green+Blue) = 175+163+216=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFA3D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3D8 is #505C27. Grayscale: #ACACAC. Windows color (decimal): -5266472 or 14197679. OLE color: 14197679.

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

Color convert

RGB175163216-
CMYK0.190.2500.15
HSL253.58º40.46%74.31%-
HSV(B)253.58º24.54%84.71%-
XYZ43.1740.2770.46-
YUV172.63152.48129.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 163 (64.06% from 255) = 29.42%
BLUE value IS 216 (84.77% from 255) = 38.99%
R=31.59%
G=29.42%
B=38.99%

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
Decimal1751632160.190.2500.15253.5840.4674.31
HexAFA3D813190Ffe284a
Octal257243330233101737650112
Binary101011111010001111011000100111100101111111111101010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3D8; }

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

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

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

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

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

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

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

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