Html Css Color HEX #AA48FA Medium Orchid

📋 copy color: '#AA48FA'

red 170 ◦ green 72 ◦ blue 250

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

Shades of Medium Orchid #AA48FA

Tints of Medium Orchid #AA48FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 34.55%
G = 14.63%
B = 50.81%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA48FA (or 0xAA48FA) is known color: Medium Orchid. HEX triplet: AA, 48 and FA. RGB value is (170,72,250). Sum of RGB (Red+Green+Blue) = 170+72+250=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA48FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA48FA is #55B705. Grayscale: #787878. Windows color (decimal): -5617414 or 16402602. OLE color: 16402602.

HSL color Cylindrical-coordinate representation of color #AA48FA: hue angle of 273.03º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA48FA is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 72 250 -
CMYK 0.32 0.71 0 0.02
HSL 273.03º 0.95% 0.63% -
HSV(B) 273.03º 0.71% 0.98% -
XYZ 36.15 20.08 92.41 -
YUV 121.59 200.47 162.53 -
System Red Green Blue C M Y K H S L
Decimal 170 72 250 0.32 0.71 0 0.02 273.03 0.95 0.63
Hex AA 48 FA 20 47 0 2 111 5F 3F
Octal 252 110 372 40 107 0 2 421 137 77
Binary 10101010 1001000 11111010 100000 1000111 0 10 100010001 1011111 111111

Color Harmonies of #AA48FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA48FA

Black with #AA48FA

Text Example


Text Example

White with #AA48FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA48FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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