Html Css Color HEX #AA55D4 Medium Orchid

📋 copy color: '#AA55D4'

red 170 ◦ green 85 ◦ blue 212

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

Shades of Medium Orchid #AA55D4

Tints of Medium Orchid #AA55D4

RGB

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

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

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

R = 36.4%
G = 18.2%
B = 45.4%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AA55D4 (or 0xAA55D4) is known color: Medium Orchid. HEX triplet: AA, 55 and D4. RGB value is (170,85,212). Sum of RGB (Red+Green+Blue) = 170+85+212=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA55D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55D4 is #55AA2B. Grayscale: #7C7C7C. Windows color (decimal): -5614124 or 13915562. OLE color: 13915562.

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

Color convert

RGB 170 85 212 -
CMYK 0.20 0.60 0 0.17
HSL 280.16º 0.6% 0.58% -
HSV(B) 280.16º 0.6% 0.83% -
XYZ 31.71 19.8 64.44 -
YUV 124.89 177.16 160.17 -
System Red Green Blue C M Y K H S L
Decimal 170 85 212 0.20 0.60 0 0.17 280.16 0.6 0.58
Hex AA 55 D4 14 3C 0 11 118 3C 3A
Octal 252 125 324 24 74 0 21 430 74 72
Binary 10101010 1010101 11010100 10100 111100 0 10001 100011000 111100 111010

Color Harmonies of #AA55D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55D4

Black with #AA55D4

Text Example


Text Example

White with #AA55D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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