Html Css Color HEX #AA48ED Medium Orchid

📋 copy color: '#AA48ED'

red 170 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #AA48ED

Tints of Medium Orchid #AA48ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.48%

R = 35.49%
G = 15.03%
B = 49.48%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA48ED (or 0xAA48ED) is known color: Medium Orchid. HEX triplet: AA, 48 and ED. RGB value is (170,72,237). Sum of RGB (Red+Green+Blue) = 170+72+237=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA48ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA48ED is #55B712. Grayscale: #777777. Windows color (decimal): -5617427 or 15550634. OLE color: 15550634.

HSL color Cylindrical-coordinate representation of color #AA48ED: hue angle of 275.64º degrees, saturation: 0.82, 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 #AA48ED is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 72 237 -
CMYK 0.28 0.70 0 0.07
HSL 275.64º 0.82% 0.61% -
HSV(B) 275.64º 0.7% 0.93% -
XYZ 34.18 19.3 82.04 -
YUV 120.11 193.97 163.58 -
System Red Green Blue C M Y K H S L
Decimal 170 72 237 0.28 0.70 0 0.07 275.64 0.82 0.61
Hex AA 48 ED 1C 46 0 7 114 52 3D
Octal 252 110 355 34 106 0 7 424 122 75
Binary 10101010 1001000 11101101 11100 1000110 0 111 100010100 1010010 111101

Color Harmonies of #AA48ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48ED

Black with #AA48ED

Text Example


Text Example

White with #AA48ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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