#AF99EC

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

Shades of Biloba Flower #AF99EC

Tints of Biloba Flower #AF99EC

Color information

#AF99EC (or 0xAF99EC) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and EC. RGB value is (175,153,236). Sum of RGB (Red+Green+Blue) = 175+153+236=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF99EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99EC is #506613. Grayscale: #A8A8A8. Windows color (decimal): -5269012 or 15505839. OLE color: 15505839.

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

Color convert

RGB175153236-
CMYK0.260.3500.07
HSL255.9º68.6%76.27%-
HSV(B)255.9º35.17%92.55%-
XYZ44.2137.9584.35-
YUV169.04165.79132.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 153 (60.16% from 255) = 27.13%
BLUE value IS 236 (92.58% from 255) = 41.84%
R=31.03%
G=27.13%
B=41.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751532360.260.3500.07255.968.676.27
HexAF99EC1A2307100454c
Octal257231354324307400105114
Binary10101111100110011110110011010100011011110000000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99EC; }

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

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

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

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

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

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

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

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