Html Css Color HEX #AA58CE Medium Orchid

📋 copy color: '#AA58CE'

red 170 ◦ green 88 ◦ blue 206

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

Shades of Medium Orchid #AA58CE

Tints of Medium Orchid #AA58CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 36.64%
G = 18.97%
B = 44.4%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA58CE (or 0xAA58CE) is known color: Medium Orchid. HEX triplet: AA, 58 and CE. RGB value is (170,88,206). Sum of RGB (Red+Green+Blue) = 170+88+206=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA58CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58CE is #55A731. Grayscale: #7D7D7D. Windows color (decimal): -5613362 or 13523114. OLE color: 13523114.

HSL color Cylindrical-coordinate representation of color #AA58CE: hue angle of 281.69º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA58CE is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 88 206 -
CMYK 0.17 0.57 0 0.19
HSL 281.69º 0.55% 0.58% -
HSV(B) 281.69º 0.57% 0.81% -
XYZ 31.21 19.98 60.6 -
YUV 125.97 173.17 159.41 -
System Red Green Blue C M Y K H S L
Decimal 170 88 206 0.17 0.57 0 0.19 281.69 0.55 0.58
Hex AA 58 CE 11 39 0 13 11A 37 3A
Octal 252 130 316 21 71 0 23 432 67 72
Binary 10101010 1011000 11001110 10001 111001 0 10011 100011010 110111 111010

Color Harmonies of #AA58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA58CE

Black with #AA58CE

Text Example


Text Example

White with #AA58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA58CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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