Html Css Color HEX #AA5CDB Medium Orchid

📋 copy color: '#AA5CDB'

red 170 ◦ green 92 ◦ blue 219

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

Shades of Medium Orchid #AA5CDB

Tints of Medium Orchid #AA5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.13%

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

R = 35.34%
G = 19.13%
B = 45.53%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA5CDB (or 0xAA5CDB) is known color: Medium Orchid. HEX triplet: AA, 5C and DB. RGB value is (170,92,219). Sum of RGB (Red+Green+Blue) = 170+92+219=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA5CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CDB is #55A324. Grayscale: #818181. Windows color (decimal): -5612325 or 14376106. OLE color: 14376106.

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

Color convert

RGB 170 92 219 -
CMYK 0.22 0.58 0 0.14
HSL 276.85º 0.64% 0.61% -
HSV(B) 276.85º 0.58% 0.86% -
XYZ 33.19 21.31 69.38 -
YUV 129.8 178.34 156.67 -
System Red Green Blue C M Y K H S L
Decimal 170 92 219 0.22 0.58 0 0.14 276.85 0.64 0.61
Hex AA 5C DB 16 3A 0 E 115 40 3D
Octal 252 134 333 26 72 0 16 425 100 75
Binary 10101010 1011100 11011011 10110 111010 0 1110 100010101 1000000 111101

Color Harmonies of #AA5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CDB

Black with #AA5CDB

Text Example


Text Example

White with #AA5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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