Html Css Color HEX #AF53DD Medium Orchid

📋 copy color: '#AF53DD'

red 175 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #AF53DD

Tints of Medium Orchid #AF53DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 36.53%
G = 17.33%
B = 46.14%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF53DD (or 0xAF53DD) is known color: Medium Orchid. HEX triplet: AF, 53 and DD. RGB value is (175,83,221). Sum of RGB (Red+Green+Blue) = 175+83+221=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF53DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53DD is #50AC22. Grayscale: #7D7D7D. Windows color (decimal): -5286947 or 14504879. OLE color: 14504879.

HSL color Cylindrical-coordinate representation of color #AF53DD: hue angle of 280º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF53DD is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 83 221 -
CMYK 0.21 0.62 0 0.13
HSL 280º 0.67% 0.6% -
HSV(B) 280º 0.62% 0.87% -
XYZ 33.82 20.52 70.58 -
YUV 126.24 181.48 162.78 -
System Red Green Blue C M Y K H S L
Decimal 175 83 221 0.21 0.62 0 0.13 280 0.67 0.6
Hex AF 53 DD 15 3E 0 D 118 43 3C
Octal 257 123 335 25 76 0 15 430 103 74
Binary 10101111 1010011 11011101 10101 111110 0 1101 100011000 1000011 111100

Color Harmonies of #AF53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53DD

Black with #AF53DD

Text Example


Text Example

White with #AF53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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