Html Css Color HEX #A17ADA Medium Purple

📋 copy color: '#A17ADA'

red 161 ◦ green 122 ◦ blue 218

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

Shades of Medium Purple #A17ADA

Tints of Medium Purple #A17ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 32.14%
G = 24.35%
B = 43.51%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A17ADA (or 0xA17ADA) is known color: Medium Purple. HEX triplet: A1, 7A and DA. RGB value is (161,122,218). Sum of RGB (Red+Green+Blue) = 161+122+218=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #A17ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17ADA is #5E8525. Grayscale: #909090. Windows color (decimal): -6194470 or 14318241. OLE color: 14318241.

HSL color Cylindrical-coordinate representation of color #A17ADA: hue angle of 264.38º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A17ADA is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 122 218 -
CMYK 0.26 0.44 0 0.15
HSL 264.38º 0.56% 0.67% -
HSV(B) 264.38º 0.44% 0.85% -
XYZ 34.31 26.56 69.65 -
YUV 144.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 161 122 218 0.26 0.44 0 0.15 264.38 0.56 0.67
Hex A1 7A DA 1A 2C 0 F 108 38 43
Octal 241 172 332 32 54 0 17 410 70 103
Binary 10100001 1111010 11011010 11010 101100 0 1111 100001000 111000 1000011

Color Harmonies of #A17ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17ADA

Black with #A17ADA

Text Example


Text Example

White with #A17ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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