Html Css Color HEX #AA44E5 Medium Orchid

📋 copy color: '#AA44E5'

red 170 ◦ green 68 ◦ blue 229

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

Shades of Medium Orchid #AA44E5

Tints of Medium Orchid #AA44E5

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.56%

 BLUE value IS 229 (89.84% from 255) = 49.04%

R = 36.4%
G = 14.56%
B = 49.04%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA44E5 (or 0xAA44E5) is known color: Medium Orchid. HEX triplet: AA, 44 and E5. RGB value is (170,68,229). Sum of RGB (Red+Green+Blue) = 170+68+229=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA44E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44E5 is #55BB1A. Grayscale: #747474. Windows color (decimal): -5618459 or 15025322. OLE color: 15025322.

HSL color Cylindrical-coordinate representation of color #AA44E5: hue angle of 278.01º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA44E5 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 68 229 -
CMYK 0.26 0.70 0 0.10
HSL 278.01º 0.76% 0.58% -
HSV(B) 278.01º 0.7% 0.9% -
XYZ 32.79 18.34 75.94 -
YUV 116.85 191.29 165.91 -
System Red Green Blue C M Y K H S L
Decimal 170 68 229 0.26 0.70 0 0.10 278.01 0.76 0.58
Hex AA 44 E5 1A 46 0 A 116 4C 3A
Octal 252 104 345 32 106 0 12 426 114 72
Binary 10101010 1000100 11100101 11010 1000110 0 1010 100010110 1001100 111010

Color Harmonies of #AA44E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA44E5

Black with #AA44E5

Text Example


Text Example

White with #AA44E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA44E5; }

 p { color: rgb(170,68,229); }

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

background-color css

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

 a { background-color: rgb(170,68,229); }

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

border-color css

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

 span { border-color: rgb(170,68,229); }

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