Html Css Color HEX #AA52FE Medium Orchid

📋 copy color: '#AA52FE'

red 170 ◦ green 82 ◦ blue 254

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

Shades of Medium Orchid #AA52FE

Tints of Medium Orchid #AA52FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.2%

R = 33.6%
G = 16.21%
B = 50.2%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA52FE (or 0xAA52FE) is known color: Medium Orchid. HEX triplet: AA, 52 and FE. RGB value is (170,82,254). Sum of RGB (Red+Green+Blue) = 170+82+254=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA52FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA52FE is #55AD01. Grayscale: #7F7F7F. Windows color (decimal): -5614850 or 16667306. OLE color: 16667306.

HSL color Cylindrical-coordinate representation of color #AA52FE: hue angle of 270.7º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA52FE is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 82 254 -
CMYK 0.33 0.68 0 0.00
HSL 270.7º 0.99% 0.66% -
HSV(B) 270.7º 0.68% 1% -
XYZ 37.48 21.74 95.99 -
YUV 127.92 199.15 158.01 -
System Red Green Blue C M Y K H S L
Decimal 170 82 254 0.33 0.68 0 0.00 270.7 0.99 0.66
Hex AA 52 FE 21 44 0 0 10F 63 42
Octal 252 122 376 41 104 0 0 417 143 102
Binary 10101010 1010010 11111110 100001 1000100 0 0 100001111 1100011 1000010

Color Harmonies of #AA52FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52FE

Black with #AA52FE

Text Example


Text Example

White with #AA52FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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