Html Css Color HEX #AA44E8 Medium Orchid

📋 copy color: '#AA44E8'

red 170 ◦ green 68 ◦ blue 232

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

Shades of Medium Orchid #AA44E8

Tints of Medium Orchid #AA44E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.36%

R = 36.17%
G = 14.47%
B = 49.36%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA44E8 (or 0xAA44E8) is known color: Medium Orchid. HEX triplet: AA, 44 and E8. RGB value is (170,68,232). Sum of RGB (Red+Green+Blue) = 170+68+232=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA44E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA44E8 is #55BB17. Grayscale: #747474. Windows color (decimal): -5618456 or 15221930. OLE color: 15221930.

HSL color Cylindrical-coordinate representation of color #AA44E8: hue angle of 277.32º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA44E8 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 68 232 -
CMYK 0.27 0.71 0 0.09
HSL 277.32º 0.78% 0.59% -
HSV(B) 277.32º 0.71% 0.91% -
XYZ 33.21 18.51 78.17 -
YUV 117.19 192.79 165.66 -
System Red Green Blue C M Y K H S L
Decimal 170 68 232 0.27 0.71 0 0.09 277.32 0.78 0.59
Hex AA 44 E8 1B 47 0 9 115 4E 3B
Octal 252 104 350 33 107 0 11 425 116 73
Binary 10101010 1000100 11101000 11011 1000111 0 1001 100010101 1001110 111011

Color Harmonies of #AA44E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA44E8

Black with #AA44E8

Text Example


Text Example

White with #AA44E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA44E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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