Html Css Color HEX #AA58C6 Medium Orchid

📋 copy color: '#AA58C6'

red 170 ◦ green 88 ◦ blue 198

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

Shades of Medium Orchid #AA58C6

Tints of Medium Orchid #AA58C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.42%

R = 37.28%
G = 19.3%
B = 43.42%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA58C6 (or 0xAA58C6) is known color: Medium Orchid. HEX triplet: AA, 58 and C6. RGB value is (170,88,198). Sum of RGB (Red+Green+Blue) = 170+88+198=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA58C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58C6 is #55A739. Grayscale: #7C7C7C. Windows color (decimal): -5613370 or 12998826. OLE color: 12998826.

HSL color Cylindrical-coordinate representation of color #AA58C6: hue angle of 284.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA58C6 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 88 198 -
CMYK 0.14 0.56 0 0.22
HSL 284.73º 0.49% 0.56% -
HSV(B) 284.73º 0.56% 0.78% -
XYZ 30.26 19.6 55.61 -
YUV 125.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 170 88 198 0.14 0.56 0 0.22 284.73 0.49 0.56
Hex AA 58 C6 E 38 0 16 11D 31 38
Octal 252 130 306 16 70 0 26 435 61 70
Binary 10101010 1011000 11000110 1110 111000 0 10110 100011101 110001 111000

Color Harmonies of #AA58C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA58C6

Black with #AA58C6

Text Example


Text Example

White with #AA58C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA58C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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