#AFA4ED

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

Shades of Biloba Flower #AFA4ED

Tints of Biloba Flower #AFA4ED

Color information

#AFA4ED (or 0xAFA4ED) is unknown color: approx Biloba Flower. HEX triplet: AF, A4 and ED. RGB value is (175,164,237). Sum of RGB (Red+Green+Blue) = 175+164+237=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 164 (64.45% from 255 or 28.47% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFA4ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA4ED is #505B12. Grayscale: #AFAFAF. Windows color (decimal): -5266195 or 15574191. OLE color: 15574191.

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

Color convert

RGB175164237-
CMYK0.260.3100.07
HSL249.04º66.97%78.63%-
HSV(B)249.04º30.8%92.94%-
XYZ46.2441.7885.75-
YUV175.61162.64127.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 164 (64.45% from 255) = 28.47%
BLUE value IS 237 (92.97% from 255) = 41.15%
R=30.38%
G=28.47%
B=41.15%

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
Decimal1751642370.260.3100.07249.0466.9778.63
HexAFA4ED1A1F07f9434f
Octal257244355323707371103117
Binary101011111010010011101101110101111101111111100110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4ED; }

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

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

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

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

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

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

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

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