Html Css Color HEX #AA57DA Medium Orchid

📋 copy color: '#AA57DA'

red 170 ◦ green 87 ◦ blue 218

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

Shades of Medium Orchid #AA57DA

Tints of Medium Orchid #AA57DA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.32%

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 35.79%
G = 18.32%
B = 45.89%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA57DA (or 0xAA57DA) is known color: Medium Orchid. HEX triplet: AA, 57 and DA. RGB value is (170,87,218). Sum of RGB (Red+Green+Blue) = 170+87+218=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA57DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57DA is #55A825. Grayscale: #7E7E7E. Windows color (decimal): -5613606 or 14309290. OLE color: 14309290.

HSL color Cylindrical-coordinate representation of color #AA57DA: hue angle of 278.02º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA57DA is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 87 218 -
CMYK 0.22 0.60 0 0.15
HSL 278.02º 0.64% 0.6% -
HSV(B) 278.02º 0.6% 0.85% -
XYZ 32.64 20.42 68.55 -
YUV 126.75 179.5 158.85 -
System Red Green Blue C M Y K H S L
Decimal 170 87 218 0.22 0.60 0 0.15 278.02 0.64 0.6
Hex AA 57 DA 16 3C 0 F 116 40 3C
Octal 252 127 332 26 74 0 17 426 100 74
Binary 10101010 1010111 11011010 10110 111100 0 1111 100010110 1000000 111100

Color Harmonies of #AA57DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57DA

Black with #AA57DA

Text Example


Text Example

White with #AA57DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57DA; }

 p { color: rgb(170,87,218); }

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

background-color css

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

 a { background-color: rgb(170,87,218); }

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

border-color css

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

 span { border-color: rgb(170,87,218); }

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