Html Css Color HEX #A17FDB Medium Purple

📋 copy color: '#A17FDB'

red 161 ◦ green 127 ◦ blue 219

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

Shades of Medium Purple #A17FDB

Tints of Medium Purple #A17FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 25.05%

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 31.76%
G = 25.05%
B = 43.2%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A17FDB (or 0xA17FDB) is known color: Medium Purple. HEX triplet: A1, 7F and DB. RGB value is (161,127,219). Sum of RGB (Red+Green+Blue) = 161+127+219=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #A17FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FDB is #5E8024. Grayscale: #939393. Windows color (decimal): -6193189 or 14385057. OLE color: 14385057.

HSL color Cylindrical-coordinate representation of color #A17FDB: hue angle of 262.17º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A17FDB is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 127 219 -
CMYK 0.26 0.42 0 0.14
HSL 262.17º 0.56% 0.68% -
HSV(B) 262.17º 0.42% 0.86% -
XYZ 35.07 27.87 70.55 -
YUV 147.65 168.26 137.52 -
System Red Green Blue C M Y K H S L
Decimal 161 127 219 0.26 0.42 0 0.14 262.17 0.56 0.68
Hex A1 7F DB 1A 2A 0 E 106 38 44
Octal 241 177 333 32 52 0 16 406 70 104
Binary 10100001 1111111 11011011 11010 101010 0 1110 100000110 111000 1000100

Color Harmonies of #A17FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FDB

Black with #A17FDB

Text Example


Text Example

White with #A17FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FDB; }

 p { color: rgb(161,127,219); }

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

background-color css

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

 a { background-color: rgb(161,127,219); }

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

border-color css

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

 span { border-color: rgb(161,127,219); }

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