Html Css Color HEX #AA45CE Medium Orchid

📋 copy color: '#AA45CE'

red 170 ◦ green 69 ◦ blue 206

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

Shades of Medium Orchid #AA45CE

Tints of Medium Orchid #AA45CE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.51%

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

R = 38.2%
G = 15.51%
B = 46.29%

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

#AA45CE (or 0xAA45CE) is known color: Medium Orchid. HEX triplet: AA, 45 and CE. RGB value is (170,69,206). Sum of RGB (Red+Green+Blue) = 170+69+206=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA45CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45CE is #55BA31. Grayscale: #727272. Windows color (decimal): -5618226 or 13518250. OLE color: 13518250.

HSL color Cylindrical-coordinate representation of color #AA45CE: hue angle of 284.23º 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 #AA45CE is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 69 206 -
CMYK 0.17 0.67 0 0.19
HSL 284.23º 0.58% 0.54% -
HSV(B) 284.23º 0.67% 0.81% -
XYZ 29.85 17.26 60.15 -
YUV 114.82 179.46 167.36 -
System Red Green Blue C M Y K H S L
Decimal 170 69 206 0.17 0.67 0 0.19 284.23 0.58 0.54
Hex AA 45 CE 11 43 0 13 11C 3A 36
Octal 252 105 316 21 103 0 23 434 72 66
Binary 10101010 1000101 11001110 10001 1000011 0 10011 100011100 111010 110110

Color Harmonies of #AA45CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA45CE

Black with #AA45CE

Text Example


Text Example

White with #AA45CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA45CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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