Html Css Color HEX #AF52DD Medium Orchid

📋 copy color: '#AF52DD'

red 175 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #AF52DD

Tints of Medium Orchid #AF52DD

RGB

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

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

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

R = 36.61%
G = 17.15%
B = 46.23%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF52DD (or 0xAF52DD) is known color: Medium Orchid. HEX triplet: AF, 52 and DD. RGB value is (175,82,221). Sum of RGB (Red+Green+Blue) = 175+82+221=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF52DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF52DD is #50AD22. Grayscale: #7D7D7D. Windows color (decimal): -5287203 or 14504623. OLE color: 14504623.

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

Color convert

RGB 175 82 221 -
CMYK 0.21 0.63 0 0.13
HSL 280.14º 0.67% 0.59% -
HSV(B) 280.14º 0.63% 0.87% -
XYZ 33.75 20.37 70.56 -
YUV 125.65 181.81 163.2 -
System Red Green Blue C M Y K H S L
Decimal 175 82 221 0.21 0.63 0 0.13 280.14 0.67 0.59
Hex AF 52 DD 15 3F 0 D 118 43 3B
Octal 257 122 335 25 77 0 15 430 103 73
Binary 10101111 1010010 11011101 10101 111111 0 1101 100011000 1000011 111011

Color Harmonies of #AF52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF52DD

Black with #AF52DD

Text Example


Text Example

White with #AF52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF52DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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