Html Css Color HEX #AA48DE Medium Orchid

📋 copy color: '#AA48DE'

red 170 ◦ green 72 ◦ blue 222

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

Shades of Medium Orchid #AA48DE

Tints of Medium Orchid #AA48DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 36.64%
G = 15.52%
B = 47.84%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA48DE (or 0xAA48DE) is known color: Medium Orchid. HEX triplet: AA, 48 and DE. RGB value is (170,72,222). Sum of RGB (Red+Green+Blue) = 170+72+222=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA48DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA48DE is #55B721. Grayscale: #757575. Windows color (decimal): -5617442 or 14567594. OLE color: 14567594.

HSL color Cylindrical-coordinate representation of color #AA48DE: hue angle of 279.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA48DE is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 72 222 -
CMYK 0.23 0.68 0 0.13
HSL 279.2º 0.69% 0.58% -
HSV(B) 279.2º 0.68% 0.87% -
XYZ 32.08 18.45 70.98 -
YUV 118.4 186.47 164.8 -
System Red Green Blue C M Y K H S L
Decimal 170 72 222 0.23 0.68 0 0.13 279.2 0.69 0.58
Hex AA 48 DE 17 44 0 D 117 45 3A
Octal 252 110 336 27 104 0 15 427 105 72
Binary 10101010 1001000 11011110 10111 1000100 0 1101 100010111 1000101 111010

Color Harmonies of #AA48DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48DE

Black with #AA48DE

Text Example


Text Example

White with #AA48DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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