Html Css Color HEX #AA44EA Medium Orchid

📋 copy color: '#AA44EA'

red 170 ◦ green 68 ◦ blue 234

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

Shades of Medium Orchid #AA44EA

Tints of Medium Orchid #AA44EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 36.02%
G = 14.41%
B = 49.58%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA44EA (or 0xAA44EA) is known color: Medium Orchid. HEX triplet: AA, 44 and EA. RGB value is (170,68,234). Sum of RGB (Red+Green+Blue) = 170+68+234=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA44EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA44EA is #55BB15. Grayscale: #747474. Windows color (decimal): -5618454 or 15353002. OLE color: 15353002.

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

Color convert

RGB 170 68 234 -
CMYK 0.27 0.71 0 0.08
HSL 276.87º 0.8% 0.59% -
HSV(B) 276.87º 0.71% 0.92% -
XYZ 33.5 18.62 79.67 -
YUV 117.42 193.79 165.5 -
System Red Green Blue C M Y K H S L
Decimal 170 68 234 0.27 0.71 0 0.08 276.87 0.8 0.59
Hex AA 44 EA 1B 47 0 8 115 50 3B
Octal 252 104 352 33 107 0 10 425 120 73
Binary 10101010 1000100 11101010 11011 1000111 0 1000 100010101 1010000 111011

Color Harmonies of #AA44EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA44EA

Black with #AA44EA

Text Example


Text Example

White with #AA44EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA44EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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