#AF61FE

Color #AF61FE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AF61FE

Tints of Medium Purple #AF61FE

Color information

#AF61FE (or 0xAF61FE) is unknown color: approx Medium Purple. HEX triplet: AF, 61 and FE. RGB value is (175,97,254). Sum of RGB (Red+Green+Blue) = 175+97+254=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF61FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF61FE is #509E01. Grayscale: #898989. Windows color (decimal): -5283330 or 16671151. OLE color: 16671151.

HSL color Cylindrical-coordinate representation of color #AF61FE: hue angle of 269.81º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF61FE is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17597254-
CMYK0.310.6200.00
HSL269.81º98.74%68.82%-
HSV(B)269.81º61.81%99.61%-
XYZ39.8424.8296.46-
YUV138.22193.34154.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 97 (38.28% from 255) = 18.44%
BLUE value IS 254 (99.61% from 255) = 48.29%
R=33.27%
G=18.44%
B=48.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal175972540.310.6200.00269.8198.7468.82
HexAF61FE1F3E0010e6345
Octal257141376377600416143105
Binary10101111110000111111110111111111100010000111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF61FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF61FE; }

 p { color: rgb(175,97,254); }

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

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

 a { background-color: rgb(175,97,254); }

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

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

 span { border-color: rgb(175,97,254); }

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