Html Css Color HEX #AA45DD Medium Orchid

📋 copy color: '#AA45DD'

red 170 ◦ green 69 ◦ blue 221

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

Shades of Medium Orchid #AA45DD

Tints of Medium Orchid #AA45DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15%

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

R = 36.96%
G = 15%
B = 48.04%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA45DD (or 0xAA45DD) is known color: Medium Orchid. HEX triplet: AA, 45 and DD. RGB value is (170,69,221). Sum of RGB (Red+Green+Blue) = 170+69+221=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA45DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45DD is #55BA22. Grayscale: #747474. Windows color (decimal): -5618211 or 14501290. OLE color: 14501290.

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

Color convert

RGB 170 69 221 -
CMYK 0.23 0.69 0 0.13
HSL 279.87º 0.69% 0.57% -
HSV(B) 279.87º 0.69% 0.87% -
XYZ 31.76 18.02 70.21 -
YUV 116.53 186.96 166.14 -
System Red Green Blue C M Y K H S L
Decimal 170 69 221 0.23 0.69 0 0.13 279.87 0.69 0.57
Hex AA 45 DD 17 45 0 D 118 45 39
Octal 252 105 335 27 105 0 15 430 105 71
Binary 10101010 1000101 11011101 10111 1000101 0 1101 100011000 1000101 111001

Color Harmonies of #AA45DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA45DD

Black with #AA45DD

Text Example


Text Example

White with #AA45DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA45DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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