Html Css Color HEX #AA45DC Medium Orchid

📋 copy color: '#AA45DC'

red 170 ◦ green 69 ◦ blue 220

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

Shades of Medium Orchid #AA45DC

Tints of Medium Orchid #AA45DC

RGB

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

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

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

R = 37.04%
G = 15.03%
B = 47.93%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA45DC (or 0xAA45DC) is known color: Medium Orchid. HEX triplet: AA, 45 and DC. RGB value is (170,69,220). Sum of RGB (Red+Green+Blue) = 170+69+220=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA45DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45DC is #55BA23. Grayscale: #737373. Windows color (decimal): -5618212 or 14435754. OLE color: 14435754.

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

Color convert

RGB 170 69 220 -
CMYK 0.23 0.69 0 0.14
HSL 280.13º 0.68% 0.57% -
HSV(B) 280.13º 0.69% 0.86% -
XYZ 31.62 17.97 69.51 -
YUV 116.41 186.46 166.22 -
System Red Green Blue C M Y K H S L
Decimal 170 69 220 0.23 0.69 0 0.14 280.13 0.68 0.57
Hex AA 45 DC 17 45 0 E 118 44 39
Octal 252 105 334 27 105 0 16 430 104 71
Binary 10101010 1000101 11011100 10111 1000101 0 1110 100011000 1000100 111001

Color Harmonies of #AA45DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA45DC

Black with #AA45DC

Text Example


Text Example

White with #AA45DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA45DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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