#AF7EDE

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

Shades of Biloba Flower #AF7EDE

Tints of Biloba Flower #AF7EDE

Color information

#AF7EDE (or 0xAF7EDE) is unknown color: approx Biloba Flower. HEX triplet: AF, 7E and DE. RGB value is (175,126,222). Sum of RGB (Red+Green+Blue) = 175+126+222=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF7EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EDE is #508121. Grayscale: #979797. Windows color (decimal): -5275938 or 14581423. OLE color: 14581423.

HSL color Cylindrical-coordinate representation of color #AF7EDE: hue angle of 270.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF7EDE is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175126222-
CMYK0.210.4300.13
HSL270.62º59.26%68.24%-
HSV(B)270.62º43.24%87.06%-
XYZ38.3229.3172.74-
YUV151.59167.73144.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 126 (49.61% from 255) = 24.09%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=33.46%
G=24.09%
B=42.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751262220.210.4300.13270.6259.2668.24
HexAF7EDE152B0D10f3b44
Octal257176336255301541773104
Binary1010111111111101101111010101101011011011000011111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7EDE; }

 p { color: rgb(175,126,222); }

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

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

 a { background-color: rgb(175,126,222); }

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

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

 span { border-color: rgb(175,126,222); }

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