Html Css Color HEX #A17AEB Medium Purple

📋 copy color: '#A17AEB'

red 161 ◦ green 122 ◦ blue 235

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

Shades of Medium Purple #A17AEB

Tints of Medium Purple #A17AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.37%

R = 31.08%
G = 23.55%
B = 45.37%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A17AEB (or 0xA17AEB) is known color: Medium Purple. HEX triplet: A1, 7A and EB. RGB value is (161,122,235). Sum of RGB (Red+Green+Blue) = 161+122+235=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #A17AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17AEB is #5E8514. Grayscale: #929292. Windows color (decimal): -6194453 or 15432353. OLE color: 15432353.

HSL color Cylindrical-coordinate representation of color #A17AEB: hue angle of 260.71º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A17AEB is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 122 235 -
CMYK 0.31 0.48 0 0.08
HSL 260.71º 0.74% 0.7% -
HSV(B) 260.71º 0.48% 0.92% -
XYZ 36.65 27.49 81.97 -
YUV 146.54 177.92 138.31 -
System Red Green Blue C M Y K H S L
Decimal 161 122 235 0.31 0.48 0 0.08 260.71 0.74 0.7
Hex A1 7A EB 1F 30 0 8 105 4A 46
Octal 241 172 353 37 60 0 10 405 112 106
Binary 10100001 1111010 11101011 11111 110000 0 1000 100000101 1001010 1000110

Color Harmonies of #A17AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17AEB

Black with #A17AEB

Text Example


Text Example

White with #A17AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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