Html Css Color HEX #AF52DC Medium Orchid

📋 copy color: '#AF52DC'

red 175 ◦ green 82 ◦ blue 220

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

Shades of Medium Orchid #AF52DC

Tints of Medium Orchid #AF52DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 36.69%
G = 17.19%
B = 46.12%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF52DC (or 0xAF52DC) is known color: Medium Orchid. HEX triplet: AF, 52 and DC. RGB value is (175,82,220). Sum of RGB (Red+Green+Blue) = 175+82+220=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF52DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52DC is #50AD23. Grayscale: #7D7D7D. Windows color (decimal): -5287204 or 14439087. OLE color: 14439087.

HSL color Cylindrical-coordinate representation of color #AF52DC: hue angle of 280.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF52DC is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 82 220 -
CMYK 0.20 0.63 0 0.14
HSL 280.43º 0.66% 0.59% -
HSV(B) 280.43º 0.63% 0.86% -
XYZ 33.61 20.32 69.86 -
YUV 125.54 181.31 163.28 -
System Red Green Blue C M Y K H S L
Decimal 175 82 220 0.20 0.63 0 0.14 280.43 0.66 0.59
Hex AF 52 DC 14 3F 0 E 118 42 3B
Octal 257 122 334 24 77 0 16 430 102 73
Binary 10101111 1010010 11011100 10100 111111 0 1110 100011000 1000010 111011

Color Harmonies of #AF52DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF52DC

Black with #AF52DC

Text Example


Text Example

White with #AF52DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF52DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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