Html Css Color HEX #A271C1 Amethyst

📋 copy color: '#A271C1'

red 162 ◦ green 113 ◦ blue 193

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

Shades of Amethyst #A271C1

Tints of Amethyst #A271C1

RGB

 RED value IS 162 (63.67% from 255) = 34.62%

 GREEN value IS 113 (44.53% from 255) = 24.15%

 BLUE value IS 193 (75.78% from 255) = 41.24%

R = 34.62%
G = 24.15%
B = 41.24%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A271C1 (or 0xA271C1) is known color: Amethyst. HEX triplet: A2, 71 and C1. RGB value is (162,113,193). Sum of RGB (Red+Green+Blue) = 162+113+193=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #A271C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271C1 is #5D8E3E. Grayscale: #888888. Windows color (decimal): -6131263 or 12677538. OLE color: 12677538.

HSL color Cylindrical-coordinate representation of color #A271C1: hue angle of 276.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A271C1 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 113 193 -
CMYK 0.16 0.41 0 0.24
HSL 276.75º 0.39% 0.6% -
HSV(B) 276.75º 0.41% 0.76% -
XYZ 30.43 23.34 53.35 -
YUV 136.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 162 113 193 0.16 0.41 0 0.24 276.75 0.39 0.6
Hex A2 71 C1 10 29 0 18 115 27 3C
Octal 242 161 301 20 51 0 30 425 47 74
Binary 10100010 1110001 11000001 10000 101001 0 11000 100010101 100111 111100

Color Harmonies of #A271C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271C1

Black with #A271C1

Text Example


Text Example

White with #A271C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271C1; }

 p { color: rgb(162,113,193); }

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

background-color css

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

 a { background-color: rgb(162,113,193); }

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

border-color css

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

 span { border-color: rgb(162,113,193); }

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