Html Css Color HEX #AF52EC Medium Orchid

📋 copy color: '#AF52EC'

red 175 ◦ green 82 ◦ blue 236

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

Shades of Medium Orchid #AF52EC

Tints of Medium Orchid #AF52EC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.63%

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

R = 35.5%
G = 16.63%
B = 47.87%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF52EC (or 0xAF52EC) is known color: Medium Orchid. HEX triplet: AF, 52 and EC. RGB value is (175,82,236). Sum of RGB (Red+Green+Blue) = 175+82+236=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF52EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF52EC is #50AD13. Grayscale: #7E7E7E. Windows color (decimal): -5287188 or 15487663. OLE color: 15487663.

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

Color convert

RGB 175 82 236 -
CMYK 0.26 0.65 0 0.07
HSL 276.23º 0.8% 0.62% -
HSV(B) 276.23º 0.65% 0.93% -
XYZ 35.84 21.2 81.56 -
YUV 127.36 189.31 161.98 -
System Red Green Blue C M Y K H S L
Decimal 175 82 236 0.26 0.65 0 0.07 276.23 0.8 0.62
Hex AF 52 EC 1A 41 0 7 114 50 3E
Octal 257 122 354 32 101 0 7 424 120 76
Binary 10101111 1010010 11101100 11010 1000001 0 111 100010100 1010000 111110

Color Harmonies of #AF52EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF52EC

Black with #AF52EC

Text Example


Text Example

White with #AF52EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF52EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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