Html Css Color HEX #AA5CDD Medium Orchid

📋 copy color: '#AA5CDD'

red 170 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #AA5CDD

Tints of Medium Orchid #AA5CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 35.2%
G = 19.05%
B = 45.76%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA5CDD (or 0xAA5CDD) is known color: Medium Orchid. HEX triplet: AA, 5C and DD. RGB value is (170,92,221). Sum of RGB (Red+Green+Blue) = 170+92+221=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA5CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CDD is #55A322. Grayscale: #818181. Windows color (decimal): -5612323 or 14507178. OLE color: 14507178.

HSL color Cylindrical-coordinate representation of color #AA5CDD: hue angle of 276.28º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5CDD is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 92 221 -
CMYK 0.23 0.58 0 0.13
HSL 276.28º 0.65% 0.61% -
HSV(B) 276.28º 0.58% 0.87% -
XYZ 33.46 21.42 70.78 -
YUV 130.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 170 92 221 0.23 0.58 0 0.13 276.28 0.65 0.61
Hex AA 5C DD 17 3A 0 D 114 41 3D
Octal 252 134 335 27 72 0 15 424 101 75
Binary 10101010 1011100 11011101 10111 111010 0 1101 100010100 1000001 111101

Color Harmonies of #AA5CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5CDD

Black with #AA5CDD

Text Example


Text Example

White with #AA5CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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