#AFA3ED

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

Shades of Biloba Flower #AFA3ED

Tints of Biloba Flower #AFA3ED

Color information

#AFA3ED (or 0xAFA3ED) is unknown color: approx Biloba Flower. HEX triplet: AF, A3 and ED. RGB value is (175,163,237). Sum of RGB (Red+Green+Blue) = 175+163+237=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 163 (64.06% from 255 or 28.35% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFA3ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA3ED is #505C12. Grayscale: #AEAEAE. Windows color (decimal): -5266451 or 15573935. OLE color: 15573935.

HSL color Cylindrical-coordinate representation of color #AFA3ED: hue angle of 249.73º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFA3ED is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175163237-
CMYK0.260.3100.07
HSL249.73º67.27%78.43%-
HSV(B)249.73º31.22%92.94%-
XYZ46.0641.4285.69-
YUV175.02162.98127.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 163 (64.06% from 255) = 28.35%
BLUE value IS 237 (92.97% from 255) = 41.22%
R=30.43%
G=28.35%
B=41.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751632370.260.3100.07249.7367.2778.43
HexAFA3ED1A1F07fa434e
Octal257243355323707372103116
Binary101011111010001111101101110101111101111111101010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3ED; }

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

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

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

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

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

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

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

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