Html Css Color HEX #AA44EB Medium Orchid

📋 copy color: '#AA44EB'

red 170 ◦ green 68 ◦ blue 235

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

Shades of Medium Orchid #AA44EB

Tints of Medium Orchid #AA44EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 35.94%
G = 14.38%
B = 49.68%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA44EB (or 0xAA44EB) is known color: Medium Orchid. HEX triplet: AA, 44 and EB. RGB value is (170,68,235). Sum of RGB (Red+Green+Blue) = 170+68+235=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA44EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA44EB is #55BB14. Grayscale: #747474. Windows color (decimal): -5618453 or 15418538. OLE color: 15418538.

HSL color Cylindrical-coordinate representation of color #AA44EB: hue angle of 276.65º degrees, saturation: 0.81, 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 #AA44EB is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 68 235 -
CMYK 0.28 0.71 0 0.08
HSL 276.65º 0.81% 0.59% -
HSV(B) 276.65º 0.71% 0.92% -
XYZ 33.64 18.68 80.43 -
YUV 117.54 194.29 165.42 -
System Red Green Blue C M Y K H S L
Decimal 170 68 235 0.28 0.71 0 0.08 276.65 0.81 0.59
Hex AA 44 EB 1C 47 0 8 115 51 3B
Octal 252 104 353 34 107 0 10 425 121 73
Binary 10101010 1000100 11101011 11100 1000111 0 1000 100010101 1010001 111011

Color Harmonies of #AA44EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA44EB

Black with #AA44EB

Text Example


Text Example

White with #AA44EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA44EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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