Html Css Color HEX #AA58DC Medium Orchid

📋 copy color: '#AA58DC'

red 170 ◦ green 88 ◦ blue 220

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

Shades of Medium Orchid #AA58DC

Tints of Medium Orchid #AA58DC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.41%

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

R = 35.56%
G = 18.41%
B = 46.03%

CMYK

 C value IS 0.23

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA58DC (or 0xAA58DC) is known color: Medium Orchid. HEX triplet: AA, 58 and DC. RGB value is (170,88,220). Sum of RGB (Red+Green+Blue) = 170+88+220=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA58DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58DC is #55A723. Grayscale: #7F7F7F. Windows color (decimal): -5613348 or 14440618. OLE color: 14440618.

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

Color convert

RGB 170 88 220 -
CMYK 0.23 0.6 0 0.14
HSL 277.27º 0.65% 0.6% -
HSV(B) 277.27º 0.6% 0.86% -
XYZ 32.99 20.69 69.97 -
YUV 127.57 180.17 158.27 -
System Red Green Blue C M Y K H S L
Decimal 170 88 220 0.23 0.6 0 0.14 277.27 0.65 0.6
Hex AA 58 DC 17 3C 0 E 115 41 3C
Octal 252 130 334 27 74 0 16 425 101 74
Binary 10101010 1011000 11011100 10111 111100 0 1110 100010101 1000001 111100

Color Harmonies of #AA58DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA58DC

Black with #AA58DC

Text Example


Text Example

White with #AA58DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA58DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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