Html Css Color HEX #A17AD3 Medium Purple

📋 copy color: '#A17AD3'

red 161 ◦ green 122 ◦ blue 211

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

Shades of Medium Purple #A17AD3

Tints of Medium Purple #A17AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.71%

R = 32.59%
G = 24.7%
B = 42.71%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A17AD3 (or 0xA17AD3) is known color: Medium Purple. HEX triplet: A1, 7A and D3. RGB value is (161,122,211). Sum of RGB (Red+Green+Blue) = 161+122+211=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 211 (82.81% from 255 or 42.71% from 494); Max value from RGB is 211 - color contains mainly: blue. Hex color #A17AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17AD3 is #5E852C. Grayscale: #8F8F8F. Windows color (decimal): -6194477 or 13859489. OLE color: 13859489.

HSL color Cylindrical-coordinate representation of color #A17AD3: hue angle of 266.29º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A17AD3 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 122 211 -
CMYK 0.24 0.42 0 0.17
HSL 266.29º 0.5% 0.65% -
HSV(B) 266.29º 0.42% 0.83% -
XYZ 33.42 26.2 64.92 -
YUV 143.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 161 122 211 0.24 0.42 0 0.17 266.29 0.5 0.65
Hex A1 7A D3 18 2A 0 11 10A 32 41
Octal 241 172 323 30 52 0 21 412 62 101
Binary 10100001 1111010 11010011 11000 101010 0 10001 100001010 110010 1000001

Color Harmonies of #A17AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17AD3

Black with #A17AD3

Text Example


Text Example

White with #A17AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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