#AF63FD

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

Shades of Medium Purple #AF63FD

Tints of Medium Purple #AF63FD

Color information

#AF63FD (or 0xAF63FD) is unknown color: approx Medium Purple. HEX triplet: AF, 63 and FD. RGB value is (175,99,253). Sum of RGB (Red+Green+Blue) = 175+99+253=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF63FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF63FD is #509C02. Grayscale: #8A8A8A. Windows color (decimal): -5282819 or 16606127. OLE color: 16606127.

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

Color convert

RGB17599253-
CMYK0.310.6100.01
HSL269.61º97.47%69.02%-
HSV(B)269.61º60.87%99.22%-
XYZ39.8725.1395.68-
YUV139.28192.18153.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 99 (39.06% from 255) = 18.79%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=33.21%
G=18.79%
B=48.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal175992530.310.6100.01269.6197.4769.02
HexAF63FD1F3D0110e6145
Octal257143375377501416141105
Binary10101111110001111111101111111111010110000111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF63FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF63FD; }

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

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

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

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

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

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

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

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