Html Css Color HEX #AA48D6 Medium Orchid

📋 copy color: '#AA48D6'

red 170 ◦ green 72 ◦ blue 214

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

Shades of Medium Orchid #AA48D6

Tints of Medium Orchid #AA48D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.93%

R = 37.28%
G = 15.79%
B = 46.93%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA48D6 (or 0xAA48D6) is known color: Medium Orchid. HEX triplet: AA, 48 and D6. RGB value is (170,72,214). Sum of RGB (Red+Green+Blue) = 170+72+214=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA48D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48D6 is #55B729. Grayscale: #757575. Windows color (decimal): -5617450 or 14043306. OLE color: 14043306.

HSL color Cylindrical-coordinate representation of color #AA48D6: hue angle of 281.41º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA48D6 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 72 214 -
CMYK 0.21 0.66 0 0.16
HSL 281.41º 0.63% 0.56% -
HSV(B) 281.41º 0.66% 0.84% -
XYZ 31.03 18.04 65.46 -
YUV 117.49 182.47 165.45 -
System Red Green Blue C M Y K H S L
Decimal 170 72 214 0.21 0.66 0 0.16 281.41 0.63 0.56
Hex AA 48 D6 15 42 0 10 119 3F 38
Octal 252 110 326 25 102 0 20 431 77 70
Binary 10101010 1001000 11010110 10101 1000010 0 10000 100011001 111111 111000

Color Harmonies of #AA48D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48D6

Black with #AA48D6

Text Example


Text Example

White with #AA48D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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