Html Css Color HEX #A169DF Medium Purple

📋 copy color: '#A169DF'

red 161 ◦ green 105 ◦ blue 223

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

Shades of Medium Purple #A169DF

Tints of Medium Purple #A169DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.47%

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

R = 32.92%
G = 21.47%
B = 45.6%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A169DF (or 0xA169DF) is known color: Medium Purple. HEX triplet: A1, 69 and DF. RGB value is (161,105,223). Sum of RGB (Red+Green+Blue) = 161+105+223=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #A169DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A169DF is #5E9620. Grayscale: #868686. Windows color (decimal): -6198817 or 14641569. OLE color: 14641569.

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

Color convert

RGB 161 105 223 -
CMYK 0.28 0.53 0 0.13
HSL 268.47º 0.65% 0.64% -
HSV(B) 268.47º 0.53% 0.87% -
XYZ 33.07 23.01 72.51 -
YUV 135.2 177.55 146.41 -
System Red Green Blue C M Y K H S L
Decimal 161 105 223 0.28 0.53 0 0.13 268.47 0.65 0.64
Hex A1 69 DF 1C 35 0 D 10C 41 40
Octal 241 151 337 34 65 0 15 414 101 100
Binary 10100001 1101001 11011111 11100 110101 0 1101 100001100 1000001 1000000

Color Harmonies of #A169DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A169DF

Black with #A169DF

Text Example


Text Example

White with #A169DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A169DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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