Html Css Color HEX #AA55D8 Medium Orchid

📋 copy color: '#AA55D8'

red 170 ◦ green 85 ◦ blue 216

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

Shades of Medium Orchid #AA55D8

Tints of Medium Orchid #AA55D8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.05%

 BLUE value IS 216 (84.77% from 255) = 45.86%

R = 36.09%
G = 18.05%
B = 45.86%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA55D8 (or 0xAA55D8) is known color: Medium Orchid. HEX triplet: AA, 55 and D8. RGB value is (170,85,216). Sum of RGB (Red+Green+Blue) = 170+85+216=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA55D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55D8 is #55AA27. Grayscale: #7C7C7C. Windows color (decimal): -5614120 or 14177706. OLE color: 14177706.

HSL color Cylindrical-coordinate representation of color #AA55D8: hue angle of 278.93º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA55D8 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 85 216 -
CMYK 0.21 0.61 0 0.15
HSL 278.93º 0.63% 0.59% -
HSV(B) 278.93º 0.61% 0.85% -
XYZ 32.22 20 67.13 -
YUV 125.35 179.16 159.85 -
System Red Green Blue C M Y K H S L
Decimal 170 85 216 0.21 0.61 0 0.15 278.93 0.63 0.59
Hex AA 55 D8 15 3D 0 F 117 3F 3B
Octal 252 125 330 25 75 0 17 427 77 73
Binary 10101010 1010101 11011000 10101 111101 0 1111 100010111 111111 111011

Color Harmonies of #AA55D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55D8

Black with #AA55D8

Text Example


Text Example

White with #AA55D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55D8; }

 p { color: rgb(170,85,216); }

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

background-color css

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

 a { background-color: rgb(170,85,216); }

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

border-color css

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

 span { border-color: rgb(170,85,216); }

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