Html Css Color HEX #AA48EE Medium Orchid

📋 copy color: '#AA48EE'

red 170 ◦ green 72 ◦ blue 238

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

Shades of Medium Orchid #AA48EE

Tints of Medium Orchid #AA48EE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15%

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

R = 35.42%
G = 15%
B = 49.58%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA48EE (or 0xAA48EE) is known color: Medium Orchid. HEX triplet: AA, 48 and EE. RGB value is (170,72,238). Sum of RGB (Red+Green+Blue) = 170+72+238=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA48EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA48EE is #55B711. Grayscale: #777777. Windows color (decimal): -5617426 or 15616170. OLE color: 15616170.

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

Color convert

RGB 170 72 238 -
CMYK 0.29 0.70 0 0.07
HSL 275.42º 0.83% 0.61% -
HSV(B) 275.42º 0.7% 0.93% -
XYZ 34.33 19.35 82.82 -
YUV 120.23 194.47 163.5 -
System Red Green Blue C M Y K H S L
Decimal 170 72 238 0.29 0.70 0 0.07 275.42 0.83 0.61
Hex AA 48 EE 1D 46 0 7 113 53 3D
Octal 252 110 356 35 106 0 7 423 123 75
Binary 10101010 1001000 11101110 11101 1000110 0 111 100010011 1010011 111101

Color Harmonies of #AA48EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48EE

Black with #AA48EE

Text Example


Text Example

White with #AA48EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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