Html Css Color HEX #A167CC Amethyst

📋 copy color: '#A167CC'

red 161 ◦ green 103 ◦ blue 204

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

Shades of Amethyst #A167CC

Tints of Amethyst #A167CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 34.4%
G = 22.01%
B = 43.59%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A167CC (or 0xA167CC) is known color: Amethyst. HEX triplet: A1, 67 and CC. RGB value is (161,103,204). Sum of RGB (Red+Green+Blue) = 161+103+204=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #A167CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167CC is #5E9833. Grayscale: #838383. Windows color (decimal): -6199348 or 13395873. OLE color: 13395873.

HSL color Cylindrical-coordinate representation of color #A167CC: hue angle of 274.46º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A167CC is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 103 204 -
CMYK 0.21 0.50 0 0.2
HSL 274.46º 0.5% 0.6% -
HSV(B) 274.46º 0.5% 0.8% -
XYZ 30.45 21.64 59.7 -
YUV 131.86 168.72 148.79 -
System Red Green Blue C M Y K H S L
Decimal 161 103 204 0.21 0.50 0 0.2 274.46 0.5 0.6
Hex A1 67 CC 15 32 0 14 112 32 3C
Octal 241 147 314 25 62 0 24 422 62 74
Binary 10100001 1100111 11001100 10101 110010 0 10100 100010010 110010 111100

Color Harmonies of #A167CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A167CC

Black with #A167CC

Text Example


Text Example

White with #A167CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A167CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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