Html Css Color HEX #AF53EF Medium Orchid

📋 copy color: '#AF53EF'

red 175 ◦ green 83 ◦ blue 239

#AF53EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #AF53EF

Tints of Medium Orchid #AF53EF

RGB

 RED value IS 175 (68.75% from 255) = 35.21%

 GREEN value IS 83 (32.81% from 255) = 16.7%

 BLUE value IS 239 (93.75% from 255) = 48.09%

R = 35.21%
G = 16.7%
B = 48.09%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF53EF (or 0xAF53EF) is known color: Medium Orchid. HEX triplet: AF, 53 and EF. RGB value is (175,83,239). Sum of RGB (Red+Green+Blue) = 175+83+239=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF53EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF53EF is #50AC10. Grayscale: #7F7F7F. Windows color (decimal): -5286929 or 15684527. OLE color: 15684527.

HSL color Cylindrical-coordinate representation of color #AF53EF: hue angle of 275.38º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF53EF is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 83 239 -
CMYK 0.27 0.65 0 0.06
HSL 275.38º 0.83% 0.63% -
HSV(B) 275.38º 0.65% 0.94% -
XYZ 36.35 21.53 83.9 -
YUV 128.29 190.48 161.32 -
System Red Green Blue C M Y K H S L
Decimal 175 83 239 0.27 0.65 0 0.06 275.38 0.83 0.63
Hex AF 53 EF 1B 41 0 6 113 53 3F
Octal 257 123 357 33 101 0 6 423 123 77
Binary 10101111 1010011 11101111 11011 1000001 0 110 100010011 1010011 111111

Color Harmonies of #AF53EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53EF

Black with #AF53EF

Text Example


Text Example

White with #AF53EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53EF; }

 p { color: rgb(175,83,239); }

 H1.HeaderClassName
 {
   color: #AF53EF;
 }
 .AnyTagClassName
 {
   color: #AF53EF;
 }
</style>

background-color css

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

 a { background-color: rgb(175,83,239); }

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

border-color css

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

 span { border-color: rgb(175,83,239); }

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