Html Css Color HEX #A162CE Amethyst

📋 copy color: '#A162CE'

red 161 ◦ green 98 ◦ blue 206

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

Shades of Amethyst #A162CE

Tints of Amethyst #A162CE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.08%

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

R = 34.62%
G = 21.08%
B = 44.3%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A162CE (or 0xA162CE) is known color: Amethyst. HEX triplet: A1, 62 and CE. RGB value is (161,98,206). Sum of RGB (Red+Green+Blue) = 161+98+206=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #A162CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162CE is #5E9D31. Grayscale: #808080. Windows color (decimal): -6200626 or 13525665. OLE color: 13525665.

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

Color convert

RGB 161 98 206 -
CMYK 0.22 0.52 0 0.19
HSL 275º 0.52% 0.6% -
HSV(B) 275º 0.52% 0.81% -
XYZ 30.21 20.77 60.81 -
YUV 129.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 161 98 206 0.22 0.52 0 0.19 275 0.52 0.6
Hex A1 62 CE 16 34 0 13 113 34 3C
Octal 241 142 316 26 64 0 23 423 64 74
Binary 10100001 1100010 11001110 10110 110100 0 10011 100010011 110100 111100

Color Harmonies of #A162CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162CE

Black with #A162CE

Text Example


Text Example

White with #A162CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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