Html Css Color HEX #A167DA Amethyst

📋 copy color: '#A167DA'

red 161 ◦ green 103 ◦ blue 218

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

Shades of Amethyst #A167DA

Tints of Amethyst #A167DA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.37%

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

R = 33.4%
G = 21.37%
B = 45.23%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A167DA (or 0xA167DA) is known color: Amethyst. HEX triplet: A1, 67 and DA. RGB value is (161,103,218). Sum of RGB (Red+Green+Blue) = 161+103+218=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #A167DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167DA is #5E9825. Grayscale: #858585. Windows color (decimal): -6199334 or 14313377. OLE color: 14313377.

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

Color convert

RGB 161 103 218 -
CMYK 0.26 0.53 0 0.15
HSL 270.26º 0.61% 0.63% -
HSV(B) 270.26º 0.53% 0.85% -
XYZ 32.2 22.34 68.94 -
YUV 133.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 161 103 218 0.26 0.53 0 0.15 270.26 0.61 0.63
Hex A1 67 DA 1A 35 0 F 10E 3D 3F
Octal 241 147 332 32 65 0 17 416 75 77
Binary 10100001 1100111 11011010 11010 110101 0 1111 100001110 111101 111111

Color Harmonies of #A167DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A167DA

Black with #A167DA

Text Example


Text Example

White with #A167DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A167DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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