Html Css Color HEX #AA58D4 Medium Orchid

📋 copy color: '#AA58D4'

red 170 ◦ green 88 ◦ blue 212

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

Shades of Medium Orchid #AA58D4

Tints of Medium Orchid #AA58D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.11%

R = 36.17%
G = 18.72%
B = 45.11%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AA58D4 (or 0xAA58D4) is known color: Medium Orchid. HEX triplet: AA, 58 and D4. RGB value is (170,88,212). Sum of RGB (Red+Green+Blue) = 170+88+212=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA58D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA58D4 is #55A72B. Grayscale: #7E7E7E. Windows color (decimal): -5613356 or 13916330. OLE color: 13916330.

HSL color Cylindrical-coordinate representation of color #AA58D4: hue angle of 279.68º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA58D4 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 88 212 -
CMYK 0.20 0.58 0 0.17
HSL 279.68º 0.59% 0.59% -
HSV(B) 279.68º 0.58% 0.83% -
XYZ 31.95 20.28 64.52 -
YUV 126.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 170 88 212 0.20 0.58 0 0.17 279.68 0.59 0.59
Hex AA 58 D4 14 3A 0 11 118 3B 3B
Octal 252 130 324 24 72 0 21 430 73 73
Binary 10101010 1011000 11010100 10100 111010 0 10001 100011000 111011 111011

Color Harmonies of #AA58D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA58D4

Black with #AA58D4

Text Example


Text Example

White with #AA58D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA58D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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