Html Css Color HEX #AA44CE Medium Orchid

📋 copy color: '#AA44CE'

red 170 ◦ green 68 ◦ blue 206

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

Shades of Medium Orchid #AA44CE

Tints of Medium Orchid #AA44CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 38.29%
G = 15.32%
B = 46.4%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA44CE (or 0xAA44CE) is known color: Medium Orchid. HEX triplet: AA, 44 and CE. RGB value is (170,68,206). Sum of RGB (Red+Green+Blue) = 170+68+206=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA44CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44CE is #55BB31. Grayscale: #717171. Windows color (decimal): -5618482 or 13517994. OLE color: 13517994.

HSL color Cylindrical-coordinate representation of color #AA44CE: hue angle of 284.35º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA44CE is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 68 206 -
CMYK 0.17 0.67 0 0.19
HSL 284.35º 0.58% 0.54% -
HSV(B) 284.35º 0.67% 0.81% -
XYZ 29.79 17.14 60.13 -
YUV 114.23 179.79 167.78 -
System Red Green Blue C M Y K H S L
Decimal 170 68 206 0.17 0.67 0 0.19 284.35 0.58 0.54
Hex AA 44 CE 11 43 0 13 11C 3A 36
Octal 252 104 316 21 103 0 23 434 72 66
Binary 10101010 1000100 11001110 10001 1000011 0 10011 100011100 111010 110110

Color Harmonies of #AA44CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA44CE

Black with #AA44CE

Text Example


Text Example

White with #AA44CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA44CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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