Html Css Color HEX #A167CE Amethyst

📋 copy color: '#A167CE'

red 161 ◦ green 103 ◦ blue 206

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

Shades of Amethyst #A167CE

Tints of Amethyst #A167CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 34.26%
G = 21.91%
B = 43.83%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A167CE (or 0xA167CE) is known color: Amethyst. HEX triplet: A1, 67 and CE. RGB value is (161,103,206). Sum of RGB (Red+Green+Blue) = 161+103+206=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #A167CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167CE is #5E9831. Grayscale: #838383. Windows color (decimal): -6199346 or 13526945. OLE color: 13526945.

HSL color Cylindrical-coordinate representation of color #A167CE: hue angle of 273.79º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A167CE is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 103 206 -
CMYK 0.22 0.50 0 0.19
HSL 273.79º 0.51% 0.61% -
HSV(B) 273.79º 0.5% 0.81% -
XYZ 30.69 21.73 60.97 -
YUV 132.08 169.72 148.62 -
System Red Green Blue C M Y K H S L
Decimal 161 103 206 0.22 0.50 0 0.19 273.79 0.51 0.61
Hex A1 67 CE 16 32 0 13 112 33 3D
Octal 241 147 316 26 62 0 23 422 63 75
Binary 10100001 1100111 11001110 10110 110010 0 10011 100010010 110011 111101

Color Harmonies of #A167CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A167CE

Black with #A167CE

Text Example


Text Example

White with #A167CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A167CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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