Html Css Color HEX #AA58C7 Medium Orchid

📋 copy color: '#AA58C7'

red 170 ◦ green 88 ◦ blue 199

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

Shades of Medium Orchid #AA58C7

Tints of Medium Orchid #AA58C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.54%

R = 37.2%
G = 19.26%
B = 43.54%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA58C7 (or 0xAA58C7) is known color: Medium Orchid. HEX triplet: AA, 58 and C7. RGB value is (170,88,199). Sum of RGB (Red+Green+Blue) = 170+88+199=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA58C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58C7 is #55A738. Grayscale: #7C7C7C. Windows color (decimal): -5613369 or 13064362. OLE color: 13064362.

HSL color Cylindrical-coordinate representation of color #AA58C7: hue angle of 284.32º degrees, saturation: 0.5, 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 #AA58C7 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 88 199 -
CMYK 0.15 0.56 0 0.22
HSL 284.32º 0.5% 0.56% -
HSV(B) 284.32º 0.56% 0.78% -
XYZ 30.38 19.65 56.22 -
YUV 125.17 169.67 159.97 -
System Red Green Blue C M Y K H S L
Decimal 170 88 199 0.15 0.56 0 0.22 284.32 0.5 0.56
Hex AA 58 C7 F 38 0 16 11C 32 38
Octal 252 130 307 17 70 0 26 434 62 70
Binary 10101010 1011000 11000111 1111 111000 0 10110 100011100 110010 111000

Color Harmonies of #AA58C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA58C7

Black with #AA58C7

Text Example


Text Example

White with #AA58C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA58C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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