Html Css Color HEX #A17AEE Medium Purple

📋 copy color: '#A17AEE'

red 161 ◦ green 122 ◦ blue 238

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

Shades of Medium Purple #A17AEE

Tints of Medium Purple #A17AEE

RGB

 RED value IS 161 (63.28% from 255) = 30.9%

 GREEN value IS 122 (48.05% from 255) = 23.42%

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 30.9%
G = 23.42%
B = 45.68%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A17AEE (or 0xA17AEE) is known color: Medium Purple. HEX triplet: A1, 7A and EE. RGB value is (161,122,238). Sum of RGB (Red+Green+Blue) = 161+122+238=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #A17AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17AEE is #5E8511. Grayscale: #929292. Windows color (decimal): -6194450 or 15628961. OLE color: 15628961.

HSL color Cylindrical-coordinate representation of color #A17AEE: hue angle of 260.17º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A17AEE is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 122 238 -
CMYK 0.32 0.49 0 0.07
HSL 260.17º 0.77% 0.71% -
HSV(B) 260.17º 0.49% 0.93% -
XYZ 37.09 27.67 84.27 -
YUV 146.89 179.42 138.07 -
System Red Green Blue C M Y K H S L
Decimal 161 122 238 0.32 0.49 0 0.07 260.17 0.77 0.71
Hex A1 7A EE 20 31 0 7 104 4D 47
Octal 241 172 356 40 61 0 7 404 115 107
Binary 10100001 1111010 11101110 100000 110001 0 111 100000100 1001101 1000111

Color Harmonies of #A17AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17AEE

Black with #A17AEE

Text Example


Text Example

White with #A17AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17AEE; }

 p { color: rgb(161,122,238); }

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

background-color css

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

 a { background-color: rgb(161,122,238); }

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

border-color css

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

 span { border-color: rgb(161,122,238); }

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