Html Css Color HEX #AA52DB Medium Orchid

📋 copy color: '#AA52DB'

red 170 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #AA52DB

Tints of Medium Orchid #AA52DB

RGB

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

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

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

R = 36.09%
G = 17.41%
B = 46.5%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA52DB (or 0xAA52DB) is known color: Medium Orchid. HEX triplet: AA, 52 and DB. RGB value is (170,82,219). Sum of RGB (Red+Green+Blue) = 170+82+219=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA52DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52DB is #55AD24. Grayscale: #7B7B7B. Windows color (decimal): -5614885 or 14373546. OLE color: 14373546.

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

Color convert

RGB 170 82 219 -
CMYK 0.22 0.63 0 0.14
HSL 278.54º 0.66% 0.59% -
HSV(B) 278.54º 0.63% 0.86% -
XYZ 32.38 19.7 69.11 -
YUV 123.93 181.65 160.86 -
System Red Green Blue C M Y K H S L
Decimal 170 82 219 0.22 0.63 0 0.14 278.54 0.66 0.59
Hex AA 52 DB 16 3F 0 E 117 42 3B
Octal 252 122 333 26 77 0 16 427 102 73
Binary 10101010 1010010 11011011 10110 111111 0 1110 100010111 1000010 111011

Color Harmonies of #AA52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52DB

Black with #AA52DB

Text Example


Text Example

White with #AA52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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