Html Css Color HEX #AA52FB Medium Orchid

📋 copy color: '#AA52FB'

red 170 ◦ green 82 ◦ blue 251

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

Shades of Medium Orchid #AA52FB

Tints of Medium Orchid #AA52FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 33.8%
G = 16.3%
B = 49.9%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA52FB (or 0xAA52FB) is known color: Medium Orchid. HEX triplet: AA, 52 and FB. RGB value is (170,82,251). Sum of RGB (Red+Green+Blue) = 170+82+251=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA52FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA52FB is #55AD04. Grayscale: #7E7E7E. Windows color (decimal): -5614853 or 16470698. OLE color: 16470698.

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

Color convert

RGB 170 82 251 -
CMYK 0.32 0.67 0 0.02
HSL 271.24º 0.95% 0.65% -
HSV(B) 271.24º 0.67% 0.98% -
XYZ 37.01 21.55 93.48 -
YUV 127.58 197.65 158.26 -
System Red Green Blue C M Y K H S L
Decimal 170 82 251 0.32 0.67 0 0.02 271.24 0.95 0.65
Hex AA 52 FB 20 43 0 2 10F 5F 41
Octal 252 122 373 40 103 0 2 417 137 101
Binary 10101010 1010010 11111011 100000 1000011 0 10 100001111 1011111 1000001

Color Harmonies of #AA52FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52FB

Black with #AA52FB

Text Example


Text Example

White with #AA52FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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