Html Css Color HEX #A17ADF Medium Purple

📋 copy color: '#A17ADF'

red 161 ◦ green 122 ◦ blue 223

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

Shades of Medium Purple #A17ADF

Tints of Medium Purple #A17ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 31.82%
G = 24.11%
B = 44.07%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A17ADF (or 0xA17ADF) is known color: Medium Purple. HEX triplet: A1, 7A and DF. RGB value is (161,122,223). Sum of RGB (Red+Green+Blue) = 161+122+223=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #A17ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17ADF is #5E8520. Grayscale: #909090. Windows color (decimal): -6194465 or 14645921. OLE color: 14645921.

HSL color Cylindrical-coordinate representation of color #A17ADF: hue angle of 263.17º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A17ADF is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 122 223 -
CMYK 0.28 0.45 0 0.13
HSL 263.17º 0.61% 0.68% -
HSV(B) 263.17º 0.45% 0.87% -
XYZ 34.98 26.82 73.15 -
YUV 145.18 171.92 139.29 -
System Red Green Blue C M Y K H S L
Decimal 161 122 223 0.28 0.45 0 0.13 263.17 0.61 0.68
Hex A1 7A DF 1C 2D 0 D 107 3D 44
Octal 241 172 337 34 55 0 15 407 75 104
Binary 10100001 1111010 11011111 11100 101101 0 1101 100000111 111101 1000100

Color Harmonies of #A17ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17ADF

Black with #A17ADF

Text Example


Text Example

White with #A17ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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