#AF63E0

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

Shades of Medium Orchid #AF63E0

Tints of Medium Orchid #AF63E0

Color information

#AF63E0 (or 0xAF63E0) is unknown color: approx Medium Orchid. HEX triplet: AF, 63 and E0. RGB value is (175,99,224). Sum of RGB (Red+Green+Blue) = 175+99+224=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF63E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63E0 is #509C1F. Grayscale: #878787. Windows color (decimal): -5282848 or 14705583. OLE color: 14705583.

HSL color Cylindrical-coordinate representation of color #AF63E0: hue angle of 276.48º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF63E0 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17599224-
CMYK0.220.5600.12
HSL276.48º66.84%63.33%-
HSV(B)276.48º55.8%87.84%-
XYZ35.623.4273.17-
YUV135.97177.68155.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 99 (39.06% from 255) = 19.88%
BLUE value IS 224 (87.89% from 255) = 44.98%
R=35.14%
G=19.88%
B=44.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal175992240.220.5600.12276.4866.8463.33
HexAF63E016380C114433f
Octal257143340267001442410377
Binary1010111111000111110000010110111000011001000101001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF63E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF63E0; }

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

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

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

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

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

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

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

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