Html Css Color HEX #AA48D0 Medium Orchid

📋 copy color: '#AA48D0'

red 170 ◦ green 72 ◦ blue 208

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

Shades of Medium Orchid #AA48D0

Tints of Medium Orchid #AA48D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.22%

R = 37.78%
G = 16%
B = 46.22%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA48D0 (or 0xAA48D0) is known color: Medium Orchid. HEX triplet: AA, 48 and D0. RGB value is (170,72,208). Sum of RGB (Red+Green+Blue) = 170+72+208=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA48D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48D0 is #55B72F. Grayscale: #747474. Windows color (decimal): -5617456 or 13650090. OLE color: 13650090.

HSL color Cylindrical-coordinate representation of color #AA48D0: hue angle of 283.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA48D0 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 72 208 -
CMYK 0.18 0.65 0 0.18
HSL 283.24º 0.59% 0.55% -
HSV(B) 283.24º 0.65% 0.82% -
XYZ 30.28 17.73 61.5 -
YUV 116.81 179.47 165.94 -
System Red Green Blue C M Y K H S L
Decimal 170 72 208 0.18 0.65 0 0.18 283.24 0.59 0.55
Hex AA 48 D0 12 41 0 12 11B 3B 37
Octal 252 110 320 22 101 0 22 433 73 67
Binary 10101010 1001000 11010000 10010 1000001 0 10010 100011011 111011 110111

Color Harmonies of #AA48D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48D0

Black with #AA48D0

Text Example


Text Example

White with #AA48D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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