Html Css Color HEX #A168E1 Medium Purple

📋 copy color: '#A168E1'

red 161 ◦ green 104 ◦ blue 225

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

Shades of Medium Purple #A168E1

Tints of Medium Purple #A168E1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.22%

 BLUE value IS 225 (88.28% from 255) = 45.92%

R = 32.86%
G = 21.22%
B = 45.92%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A168E1 (or 0xA168E1) is known color: Medium Purple. HEX triplet: A1, 68 and E1. RGB value is (161,104,225). Sum of RGB (Red+Green+Blue) = 161+104+225=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #A168E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168E1 is #5E971E. Grayscale: #868686. Windows color (decimal): -6199071 or 14772385. OLE color: 14772385.

HSL color Cylindrical-coordinate representation of color #A168E1: hue angle of 268.26º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A168E1 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 104 225 -
CMYK 0.28 0.54 0 0.12
HSL 268.26º 0.67% 0.65% -
HSV(B) 268.26º 0.54% 0.88% -
XYZ 33.24 22.91 73.91 -
YUV 134.84 178.88 146.66 -
System Red Green Blue C M Y K H S L
Decimal 161 104 225 0.28 0.54 0 0.12 268.26 0.67 0.65
Hex A1 68 E1 1C 36 0 C 10C 43 41
Octal 241 150 341 34 66 0 14 414 103 101
Binary 10100001 1101000 11100001 11100 110110 0 1100 100001100 1000011 1000001

Color Harmonies of #A168E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A168E1

Black with #A168E1

Text Example


Text Example

White with #A168E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A168E1; }

 p { color: rgb(161,104,225); }

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

background-color css

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

 a { background-color: rgb(161,104,225); }

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

border-color css

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

 span { border-color: rgb(161,104,225); }

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