Html Css Color HEX #AA5DDC Medium Orchid

📋 copy color: '#AA5DDC'

red 170 ◦ green 93 ◦ blue 220

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

Shades of Medium Orchid #AA5DDC

Tints of Medium Orchid #AA5DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.25%

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 35.2%
G = 19.25%
B = 45.55%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA5DDC (or 0xAA5DDC) is known color: Medium Orchid. HEX triplet: AA, 5D and DC. RGB value is (170,93,220). Sum of RGB (Red+Green+Blue) = 170+93+220=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA5DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DDC is #55A223. Grayscale: #828282. Windows color (decimal): -5612068 or 14441898. OLE color: 14441898.

HSL color Cylindrical-coordinate representation of color #AA5DDC: hue angle of 276.38º 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 #AA5DDC is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 93 220 -
CMYK 0.23 0.58 0 0.14
HSL 276.38º 0.64% 0.61% -
HSV(B) 276.38º 0.58% 0.86% -
XYZ 33.41 21.54 70.11 -
YUV 130.5 178.51 156.17 -
System Red Green Blue C M Y K H S L
Decimal 170 93 220 0.23 0.58 0 0.14 276.38 0.64 0.61
Hex AA 5D DC 17 3A 0 E 114 40 3D
Octal 252 135 334 27 72 0 16 424 100 75
Binary 10101010 1011101 11011100 10111 111010 0 1110 100010100 1000000 111101

Color Harmonies of #AA5DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DDC

Black with #AA5DDC

Text Example


Text Example

White with #AA5DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DDC; }

 p { color: rgb(170,93,220); }

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

background-color css

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

 a { background-color: rgb(170,93,220); }

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

border-color css

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

 span { border-color: rgb(170,93,220); }

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