#AF81ED

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

Shades of Biloba Flower #AF81ED

Tints of Biloba Flower #AF81ED

Color information

#AF81ED (or 0xAF81ED) is unknown color: approx Biloba Flower. HEX triplet: AF, 81 and ED. RGB value is (175,129,237). Sum of RGB (Red+Green+Blue) = 175+129+237=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF81ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81ED is #507E12. Grayscale: #9A9A9A. Windows color (decimal): -5275155 or 15565231. OLE color: 15565231.

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

Color convert

RGB175129237-
CMYK0.260.4600.07
HSL265.56º75%71.76%-
HSV(B)265.56º45.57%92.94%-
XYZ40.8230.9383.94-
YUV155.07174.24142.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 129 (50.78% from 255) = 23.84%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=32.35%
G=23.84%
B=43.81%

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
Decimal1751292370.260.4600.07265.567571.76
HexAF81ED1A2E0710a4b48
Octal257201355325607412113110
Binary10101111100000011110110111010101110011110000101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81ED; }

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

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

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

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

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

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

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

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