Html Css Color HEX #AA52F8 Medium Orchid

📋 copy color: '#AA52F8'

red 170 ◦ green 82 ◦ blue 248

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

Shades of Medium Orchid #AA52F8

Tints of Medium Orchid #AA52F8

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.4%

 BLUE value IS 248 (97.27% from 255) = 49.6%

R = 34%
G = 16.4%
B = 49.6%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA52F8 (or 0xAA52F8) is known color: Medium Orchid. HEX triplet: AA, 52 and F8. RGB value is (170,82,248). Sum of RGB (Red+Green+Blue) = 170+82+248=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA52F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA52F8 is #55AD07. Grayscale: #7E7E7E. Windows color (decimal): -5614856 or 16274090. OLE color: 16274090.

HSL color Cylindrical-coordinate representation of color #AA52F8: hue angle of 271.81º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA52F8 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 82 248 -
CMYK 0.31 0.67 0 0.03
HSL 271.81º 0.92% 0.65% -
HSV(B) 271.81º 0.67% 0.97% -
XYZ 36.54 21.36 91 -
YUV 127.24 196.15 158.5 -
System Red Green Blue C M Y K H S L
Decimal 170 82 248 0.31 0.67 0 0.03 271.81 0.92 0.65
Hex AA 52 F8 1F 43 0 3 110 5C 41
Octal 252 122 370 37 103 0 3 420 134 101
Binary 10101010 1010010 11111000 11111 1000011 0 11 100010000 1011100 1000001

Color Harmonies of #AA52F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52F8

Black with #AA52F8

Text Example


Text Example

White with #AA52F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52F8; }

 p { color: rgb(170,82,248); }

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

background-color css

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

 a { background-color: rgb(170,82,248); }

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

border-color css

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

 span { border-color: rgb(170,82,248); }

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