#AF81E9

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

Shades of Biloba Flower #AF81E9

Tints of Biloba Flower #AF81E9

Color information

#AF81E9 (or 0xAF81E9) is unknown color: approx Biloba Flower. HEX triplet: AF, 81 and E9. RGB value is (175,129,233). Sum of RGB (Red+Green+Blue) = 175+129+233=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF81E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81E9 is #507E16. Grayscale: #9A9A9A. Windows color (decimal): -5275159 or 15303087. OLE color: 15303087.

HSL color Cylindrical-coordinate representation of color #AF81E9: hue angle of 266.54º degrees, saturation: 0.7, 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 #AF81E9 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175129233-
CMYK0.250.4500.09
HSL266.54º70.27%70.98%-
HSV(B)266.54º44.64%91.37%-
XYZ40.2430.780.9-
YUV154.61172.24142.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 129 (50.78% from 255) = 24.02%
BLUE value IS 233 (91.41% from 255) = 43.39%
R=32.59%
G=24.02%
B=43.39%

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
Decimal1751292330.250.4500.09266.5470.2770.98
HexAF81E9192D0910b4647
Octal2572013513155011413106107
Binary101011111000000111101001110011011010100110000101110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81E9; }

 p { color: rgb(175,129,233); }

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

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

 a { background-color: rgb(175,129,233); }

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

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

 span { border-color: rgb(175,129,233); }

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