#AF81F0

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

Shades of Biloba Flower #AF81F0

Tints of Biloba Flower #AF81F0

Color information

#AF81F0 (or 0xAF81F0) is unknown color: approx Biloba Flower. HEX triplet: AF, 81 and F0. RGB value is (175,129,240). Sum of RGB (Red+Green+Blue) = 175+129+240=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF81F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81F0 is #507E0F. Grayscale: #9B9B9B. Windows color (decimal): -5275152 or 15761839. OLE color: 15761839.

HSL color Cylindrical-coordinate representation of color #AF81F0: hue angle of 264.86º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF81F0 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175129240-
CMYK0.270.4600.06
HSL264.86º78.72%72.35%-
HSV(B)264.86º46.25%94.12%-
XYZ41.2631.1186.27-
YUV155.41175.74141.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 240 (94.14% from 255) = 44.12%
R=32.17%
G=23.71%
B=44.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751292400.270.4600.06264.8678.7272.35
HexAF81F01B2E061094f48
Octal257201360335606411117110
Binary10101111100000011111000011011101110011010000100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81F0; }

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

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

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

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

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

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

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

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