Html Css Color HEX #AA52ED Medium Orchid

📋 copy color: '#AA52ED'

red 170 ◦ green 82 ◦ blue 237

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

Shades of Medium Orchid #AA52ED

Tints of Medium Orchid #AA52ED

RGB

 RED value IS 170 (66.8% from 255) = 34.76%

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 34.76%
G = 16.77%
B = 48.47%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA52ED (or 0xAA52ED) is known color: Medium Orchid. HEX triplet: AA, 52 and ED. RGB value is (170,82,237). Sum of RGB (Red+Green+Blue) = 170+82+237=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA52ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA52ED is #55AD12. Grayscale: #7D7D7D. Windows color (decimal): -5614867 or 15553194. OLE color: 15553194.

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

Color convert

RGB 170 82 237 -
CMYK 0.28 0.65 0 0.07
HSL 274.06º 0.81% 0.63% -
HSV(B) 274.06º 0.65% 0.93% -
XYZ 34.88 20.7 82.28 -
YUV 125.98 190.65 159.4 -
System Red Green Blue C M Y K H S L
Decimal 170 82 237 0.28 0.65 0 0.07 274.06 0.81 0.63
Hex AA 52 ED 1C 41 0 7 112 51 3F
Octal 252 122 355 34 101 0 7 422 121 77
Binary 10101010 1010010 11101101 11100 1000001 0 111 100010010 1010001 111111

Color Harmonies of #AA52ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52ED

Black with #AA52ED

Text Example


Text Example

White with #AA52ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52ED; }

 p { color: rgb(170,82,237); }

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

background-color css

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

 a { background-color: rgb(170,82,237); }

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

border-color css

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

 span { border-color: rgb(170,82,237); }

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