Html Css Color HEX #AA48CE Medium Orchid

📋 copy color: '#AA48CE'

red 170 ◦ green 72 ◦ blue 206

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

Shades of Medium Orchid #AA48CE

Tints of Medium Orchid #AA48CE

RGB

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

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

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

R = 37.95%
G = 16.07%
B = 45.98%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA48CE (or 0xAA48CE) is known color: Medium Orchid. HEX triplet: AA, 48 and CE. RGB value is (170,72,206). Sum of RGB (Red+Green+Blue) = 170+72+206=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA48CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48CE is #55B731. Grayscale: #747474. Windows color (decimal): -5617458 or 13519018. OLE color: 13519018.

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

Color convert

RGB 170 72 206 -
CMYK 0.17 0.65 0 0.19
HSL 283.88º 0.58% 0.55% -
HSV(B) 283.88º 0.65% 0.81% -
XYZ 30.04 17.64 60.21 -
YUV 116.58 178.47 166.1 -
System Red Green Blue C M Y K H S L
Decimal 170 72 206 0.17 0.65 0 0.19 283.88 0.58 0.55
Hex AA 48 CE 11 41 0 13 11C 3A 37
Octal 252 110 316 21 101 0 23 434 72 67
Binary 10101010 1001000 11001110 10001 1000001 0 10011 100011100 111010 110111

Color Harmonies of #AA48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48CE

Black with #AA48CE

Text Example


Text Example

White with #AA48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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