Html Css Color HEX #AA48DB Medium Orchid

📋 copy color: '#AA48DB'

red 170 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #AA48DB

Tints of Medium Orchid #AA48DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 36.88%
G = 15.62%
B = 47.51%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA48DB (or 0xAA48DB) is known color: Medium Orchid. HEX triplet: AA, 48 and DB. RGB value is (170,72,219). Sum of RGB (Red+Green+Blue) = 170+72+219=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA48DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48DB is #55B724. Grayscale: #757575. Windows color (decimal): -5617445 or 14370986. OLE color: 14370986.

HSL color Cylindrical-coordinate representation of color #AA48DB: hue angle of 280º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA48DB is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 72 219 -
CMYK 0.22 0.67 0 0.14
HSL 280º 0.67% 0.57% -
HSV(B) 280º 0.67% 0.86% -
XYZ 31.68 18.3 68.88 -
YUV 118.06 184.97 165.05 -
System Red Green Blue C M Y K H S L
Decimal 170 72 219 0.22 0.67 0 0.14 280 0.67 0.57
Hex AA 48 DB 16 43 0 E 118 43 39
Octal 252 110 333 26 103 0 16 430 103 71
Binary 10101010 1001000 11011011 10110 1000011 0 1110 100011000 1000011 111001

Color Harmonies of #AA48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48DB

Black with #AA48DB

Text Example


Text Example

White with #AA48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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