#AF80E8

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

Shades of Biloba Flower #AF80E8

Tints of Biloba Flower #AF80E8

Color information

#AF80E8 (or 0xAF80E8) is unknown color: approx Biloba Flower. HEX triplet: AF, 80 and E8. RGB value is (175,128,232). Sum of RGB (Red+Green+Blue) = 175+128+232=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF80E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80E8 is #507F17. Grayscale: #999999. Windows color (decimal): -5275416 or 15237295. OLE color: 15237295.

HSL color Cylindrical-coordinate representation of color #AF80E8: hue angle of 267.12º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF80E8 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175128232-
CMYK0.250.4500.09
HSL267.12º69.33%70.59%-
HSV(B)267.12º44.83%90.98%-
XYZ39.9630.3880.1-
YUV153.91172.07143.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 128 (50.39% from 255) = 23.93%
BLUE value IS 232 (91.02% from 255) = 43.36%
R=32.71%
G=23.93%
B=43.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751282320.250.4500.09267.1269.3370.59
HexAF80E8192D0910b4547
Octal2572003503155011413105107
Binary101011111000000011101000110011011010100110000101110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80E8; }

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

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

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

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

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

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

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

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