Html Css Color HEX #AA48DD Medium Orchid

📋 copy color: '#AA48DD'

red 170 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #AA48DD

Tints of Medium Orchid #AA48DD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.55%

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

R = 36.72%
G = 15.55%
B = 47.73%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA48DD (or 0xAA48DD) is known color: Medium Orchid. HEX triplet: AA, 48 and DD. RGB value is (170,72,221). Sum of RGB (Red+Green+Blue) = 170+72+221=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA48DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48DD is #55B722. Grayscale: #757575. Windows color (decimal): -5617443 or 14502058. OLE color: 14502058.

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

Color convert

RGB 170 72 221 -
CMYK 0.23 0.67 0 0.13
HSL 279.46º 0.69% 0.57% -
HSV(B) 279.46º 0.67% 0.87% -
XYZ 31.95 18.4 70.27 -
YUV 118.29 185.97 164.88 -
System Red Green Blue C M Y K H S L
Decimal 170 72 221 0.23 0.67 0 0.13 279.46 0.69 0.57
Hex AA 48 DD 17 43 0 D 117 45 39
Octal 252 110 335 27 103 0 15 427 105 71
Binary 10101010 1001000 11011101 10111 1000011 0 1101 100010111 1000101 111001

Color Harmonies of #AA48DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48DD

Black with #AA48DD

Text Example


Text Example

White with #AA48DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48DD; }

 p { color: rgb(170,72,221); }

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

background-color css

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

 a { background-color: rgb(170,72,221); }

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

border-color css

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

 span { border-color: rgb(170,72,221); }

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