#AF91EC

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

Shades of Biloba Flower #AF91EC

Tints of Biloba Flower #AF91EC

Color information

#AF91EC (or 0xAF91EC) is unknown color: approx Biloba Flower. HEX triplet: AF, 91 and EC. RGB value is (175,145,236). Sum of RGB (Red+Green+Blue) = 175+145+236=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF91EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF91EC is #506E13. Grayscale: #A4A4A4. Windows color (decimal): -5271060 or 15503791. OLE color: 15503791.

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

Color convert

RGB175145236-
CMYK0.260.3900.07
HSL259.78º70.54%74.71%-
HSV(B)259.78º38.56%92.55%-
XYZ42.9435.4283.93-
YUV164.34168.44135.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 145 (57.03% from 255) = 26.08%
BLUE value IS 236 (92.58% from 255) = 42.45%
R=31.47%
G=26.08%
B=42.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751452360.260.3900.07259.7870.5474.71
HexAF91EC1A2707104474b
Octal257221354324707404107113
Binary10101111100100011110110011010100111011110000010010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF91EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF91EC; }

 p { color: rgb(175,145,236); }

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

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

 a { background-color: rgb(175,145,236); }

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

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

 span { border-color: rgb(175,145,236); }

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