Html Css Color HEX #AF53DC Medium Orchid

📋 copy color: '#AF53DC'

red 175 ◦ green 83 ◦ blue 220

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

Shades of Medium Orchid #AF53DC

Tints of Medium Orchid #AF53DC

RGB

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

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

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

R = 36.61%
G = 17.36%
B = 46.03%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF53DC (or 0xAF53DC) is known color: Medium Orchid. HEX triplet: AF, 53 and DC. RGB value is (175,83,220). Sum of RGB (Red+Green+Blue) = 175+83+220=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF53DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53DC is #50AC23. Grayscale: #7D7D7D. Windows color (decimal): -5286948 or 14439343. OLE color: 14439343.

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

Color convert

RGB 175 83 220 -
CMYK 0.20 0.62 0 0.14
HSL 280.29º 0.66% 0.59% -
HSV(B) 280.29º 0.62% 0.86% -
XYZ 33.69 20.47 69.89 -
YUV 126.13 180.98 162.86 -
System Red Green Blue C M Y K H S L
Decimal 175 83 220 0.20 0.62 0 0.14 280.29 0.66 0.59
Hex AF 53 DC 14 3E 0 E 118 42 3B
Octal 257 123 334 24 76 0 16 430 102 73
Binary 10101111 1010011 11011100 10100 111110 0 1110 100011000 1000010 111011

Color Harmonies of #AF53DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53DC

Black with #AF53DC

Text Example


Text Example

White with #AF53DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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