Html Css Color HEX #AA52F7 Medium Orchid

📋 copy color: '#AA52F7'

red 170 ◦ green 82 ◦ blue 247

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

Shades of Medium Orchid #AA52F7

Tints of Medium Orchid #AA52F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.5%

R = 34.07%
G = 16.43%
B = 49.5%

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

#AA52F7 (or 0xAA52F7) is known color: Medium Orchid. HEX triplet: AA, 52 and F7. RGB value is (170,82,247). Sum of RGB (Red+Green+Blue) = 170+82+247=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA52F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA52F7 is #55AD08. Grayscale: #7E7E7E. Windows color (decimal): -5614857 or 16208554. OLE color: 16208554.

HSL color Cylindrical-coordinate representation of color #AA52F7: hue angle of 272º degrees, saturation: 0.91, 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 #AA52F7 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 82 247 -
CMYK 0.31 0.67 0 0.03
HSL 272º 0.91% 0.65% -
HSV(B) 272º 0.67% 0.97% -
XYZ 36.38 21.3 90.19 -
YUV 127.12 195.65 158.58 -
System Red Green Blue C M Y K H S L
Decimal 170 82 247 0.31 0.67 0 0.03 272 0.91 0.65
Hex AA 52 F7 1F 43 0 3 110 5B 41
Octal 252 122 367 37 103 0 3 420 133 101
Binary 10101010 1010010 11110111 11111 1000011 0 11 100010000 1011011 1000001

Color Harmonies of #AA52F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52F7

Black with #AA52F7

Text Example


Text Example

White with #AA52F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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