Html Css Color HEX #AA54DB Medium Orchid

📋 copy color: '#AA54DB'

red 170 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #AA54DB

Tints of Medium Orchid #AA54DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.76%

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

R = 35.94%
G = 17.76%
B = 46.3%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA54DB (or 0xAA54DB) is known color: Medium Orchid. HEX triplet: AA, 54 and DB. RGB value is (170,84,219). Sum of RGB (Red+Green+Blue) = 170+84+219=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA54DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54DB is #55AB24. Grayscale: #7C7C7C. Windows color (decimal): -5614373 or 14374058. OLE color: 14374058.

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

Color convert

RGB 170 84 219 -
CMYK 0.22 0.62 0 0.14
HSL 278.22º 0.65% 0.59% -
HSV(B) 278.22º 0.62% 0.86% -
XYZ 32.53 20 69.16 -
YUV 125.1 180.99 160.02 -
System Red Green Blue C M Y K H S L
Decimal 170 84 219 0.22 0.62 0 0.14 278.22 0.65 0.59
Hex AA 54 DB 16 3E 0 E 116 41 3B
Octal 252 124 333 26 76 0 16 426 101 73
Binary 10101010 1010100 11011011 10110 111110 0 1110 100010110 1000001 111011

Color Harmonies of #AA54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54DB

Black with #AA54DB

Text Example


Text Example

White with #AA54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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