#AF63F1

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

Shades of Medium Orchid #AF63F1

Tints of Medium Orchid #AF63F1

Color information

#AF63F1 (or 0xAF63F1) is unknown color: approx Medium Orchid. HEX triplet: AF, 63 and F1. RGB value is (175,99,241). Sum of RGB (Red+Green+Blue) = 175+99+241=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF63F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF63F1 is #509C0E. Grayscale: #898989. Windows color (decimal): -5282831 or 15819695. OLE color: 15819695.

HSL color Cylindrical-coordinate representation of color #AF63F1: hue angle of 272.11º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF63F1 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17599241-
CMYK0.270.5900.05
HSL272.11º83.53%66.67%-
HSV(B)272.11º58.92%94.51%-
XYZ38.0224.3985.92-
YUV137.91186.18154.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 99 (39.06% from 255) = 19.22%
BLUE value IS 241 (94.53% from 255) = 46.80%
R=33.98%
G=19.22%
B=46.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175992410.270.5900.05272.1183.5366.67
HexAF63F11B3B051105443
Octal257143361337305420124103
Binary1010111111000111111000111011111011010110001000010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF63F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF63F1; }

 p { color: rgb(175,99,241); }

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

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

 a { background-color: rgb(175,99,241); }

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

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

 span { border-color: rgb(175,99,241); }

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