#AF81F3

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

Shades of Biloba Flower #AF81F3

Tints of Biloba Flower #AF81F3

Color information

#AF81F3 (or 0xAF81F3) is unknown color: approx Biloba Flower. HEX triplet: AF, 81 and F3. RGB value is (175,129,243). Sum of RGB (Red+Green+Blue) = 175+129+243=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF81F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81F3 is #507E0C. Grayscale: #9B9B9B. Windows color (decimal): -5275149 or 15958447. OLE color: 15958447.

HSL color Cylindrical-coordinate representation of color #AF81F3: hue angle of 264.21º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF81F3 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175129243-
CMYK0.280.4700.05
HSL264.21º82.61%72.94%-
HSV(B)264.21º46.91%95.29%-
XYZ41.7131.2988.63-
YUV155.75177.24141.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 129 (50.78% from 255) = 23.58%
BLUE value IS 243 (95.31% from 255) = 44.42%
R=31.99%
G=23.58%
B=44.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751292430.280.4700.05264.2182.6172.94
HexAF81F31C2F051085349
Octal257201363345705410123111
Binary10101111100000011111001111100101111010110000100010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81F3; }

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

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

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

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

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

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

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

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