Html Css Color HEX #AA45EE Medium Orchid

📋 copy color: '#AA45EE'

red 170 ◦ green 69 ◦ blue 238

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

Shades of Medium Orchid #AA45EE

Tints of Medium Orchid #AA45EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.9%

R = 35.64%
G = 14.47%
B = 49.9%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA45EE (or 0xAA45EE) is known color: Medium Orchid. HEX triplet: AA, 45 and EE. RGB value is (170,69,238). Sum of RGB (Red+Green+Blue) = 170+69+238=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA45EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA45EE is #55BA11. Grayscale: #757575. Windows color (decimal): -5618194 or 15615402. OLE color: 15615402.

HSL color Cylindrical-coordinate representation of color #AA45EE: hue angle of 275.86º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA45EE is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 69 238 -
CMYK 0.29 0.71 0 0.07
HSL 275.86º 0.83% 0.6% -
HSV(B) 275.86º 0.71% 0.93% -
XYZ 34.14 18.98 82.75 -
YUV 118.47 195.46 164.76 -
System Red Green Blue C M Y K H S L
Decimal 170 69 238 0.29 0.71 0 0.07 275.86 0.83 0.6
Hex AA 45 EE 1D 47 0 7 114 53 3C
Octal 252 105 356 35 107 0 7 424 123 74
Binary 10101010 1000101 11101110 11101 1000111 0 111 100010100 1010011 111100

Color Harmonies of #AA45EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA45EE

Black with #AA45EE

Text Example


Text Example

White with #AA45EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA45EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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