Html Css Color HEX #A162CD Amethyst

📋 copy color: '#A162CD'

red 161 ◦ green 98 ◦ blue 205

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

Shades of Amethyst #A162CD

Tints of Amethyst #A162CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 34.7%
G = 21.12%
B = 44.18%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A162CD (or 0xA162CD) is known color: Amethyst. HEX triplet: A1, 62 and CD. RGB value is (161,98,205). Sum of RGB (Red+Green+Blue) = 161+98+205=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #A162CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162CD is #5E9D32. Grayscale: #808080. Windows color (decimal): -6200627 or 13460129. OLE color: 13460129.

HSL color Cylindrical-coordinate representation of color #A162CD: hue angle of 275.33º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A162CD is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 98 205 -
CMYK 0.21 0.52 0 0.20
HSL 275.33º 0.52% 0.59% -
HSV(B) 275.33º 0.52% 0.8% -
XYZ 30.09 20.72 60.17 -
YUV 129.04 170.87 150.8 -
System Red Green Blue C M Y K H S L
Decimal 161 98 205 0.21 0.52 0 0.20 275.33 0.52 0.59
Hex A1 62 CD 15 34 0 14 113 34 3B
Octal 241 142 315 25 64 0 24 423 64 73
Binary 10100001 1100010 11001101 10101 110100 0 10100 100010011 110100 111011

Color Harmonies of #A162CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162CD

Black with #A162CD

Text Example


Text Example

White with #A162CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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