#AF52EE

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

Shades of Medium Orchid #AF52EE

Tints of Medium Orchid #AF52EE

Color information

#AF52EE (or 0xAF52EE) is unknown color: approx Medium Orchid. HEX triplet: AF, 52 and EE. RGB value is (175,82,238). Sum of RGB (Red+Green+Blue) = 175+82+238=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF52EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF52EE is #50AD11. Grayscale: #7F7F7F. Windows color (decimal): -5287186 or 15618735. OLE color: 15618735.

HSL color Cylindrical-coordinate representation of color #AF52EE: hue angle of 275.77º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF52EE is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17582238-
CMYK0.260.6600.07
HSL275.77º82.11%62.75%-
HSV(B)275.77º65.55%93.33%-
XYZ36.1321.3283.1-
YUV127.59190.31161.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 82 (32.42% from 255) = 16.57%
BLUE value IS 238 (93.36% from 255) = 48.08%
R=35.35%
G=16.57%
B=48.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175822380.260.6600.07275.7782.1162.75
HexAF52EE1A4207114523f
Octal257122356321020742412277
Binary1010111110100101110111011010100001001111000101001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF52EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF52EE; }

 p { color: rgb(175,82,238); }

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

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

 a { background-color: rgb(175,82,238); }

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

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

 span { border-color: rgb(175,82,238); }

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