Html Css Color HEX #AF57EC Medium Orchid

📋 copy color: '#AF57EC'

red 175 ◦ green 87 ◦ blue 236

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

Shades of Medium Orchid #AF57EC

Tints of Medium Orchid #AF57EC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.47%

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 35.14%
G = 17.47%
B = 47.39%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF57EC (or 0xAF57EC) is known color: Medium Orchid. HEX triplet: AF, 57 and EC. RGB value is (175,87,236). Sum of RGB (Red+Green+Blue) = 175+87+236=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF57EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF57EC is #50A813. Grayscale: #818181. Windows color (decimal): -5285908 or 15488943. OLE color: 15488943.

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

Color convert

RGB 175 87 236 -
CMYK 0.26 0.63 0 0.07
HSL 275.44º 0.8% 0.63% -
HSV(B) 275.44º 0.63% 0.93% -
XYZ 36.23 21.99 81.69 -
YUV 130.3 187.65 159.88 -
System Red Green Blue C M Y K H S L
Decimal 175 87 236 0.26 0.63 0 0.07 275.44 0.8 0.63
Hex AF 57 EC 1A 3F 0 7 113 50 3F
Octal 257 127 354 32 77 0 7 423 120 77
Binary 10101111 1010111 11101100 11010 111111 0 111 100010011 1010000 111111

Color Harmonies of #AF57EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57EC

Black with #AF57EC

Text Example


Text Example

White with #AF57EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57EC; }

 p { color: rgb(175,87,236); }

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

background-color css

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

 a { background-color: rgb(175,87,236); }

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

border-color css

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

 span { border-color: rgb(175,87,236); }

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