#AF80EC

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

Shades of Biloba Flower #AF80EC

Tints of Biloba Flower #AF80EC

Color information

#AF80EC (or 0xAF80EC) is unknown color: approx Biloba Flower. HEX triplet: AF, 80 and EC. RGB value is (175,128,236). Sum of RGB (Red+Green+Blue) = 175+128+236=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF80EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80EC is #507F13. Grayscale: #999999. Windows color (decimal): -5275412 or 15499439. OLE color: 15499439.

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

Color convert

RGB175128236-
CMYK0.260.4600.07
HSL266.11º73.97%71.37%-
HSV(B)266.11º45.76%92.55%-
XYZ40.5430.6183.13-
YUV154.36174.07142.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 128 (50.39% from 255) = 23.75%
BLUE value IS 236 (92.58% from 255) = 43.78%
R=32.47%
G=23.75%
B=43.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751282360.260.4600.07266.1173.9771.37
HexAF80EC1A2E0710a4a47
Octal257200354325607412112107
Binary10101111100000001110110011010101110011110000101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80EC; }

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

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

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

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

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

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

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

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