Html Css Color HEX #A271D2 Amethyst

📋 copy color: '#A271D2'

red 162 ◦ green 113 ◦ blue 210

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

Shades of Amethyst #A271D2

Tints of Amethyst #A271D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.3%

R = 33.4%
G = 23.3%
B = 43.3%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A271D2 (or 0xA271D2) is known color: Amethyst. HEX triplet: A2, 71 and D2. RGB value is (162,113,210). Sum of RGB (Red+Green+Blue) = 162+113+210=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 210 - color contains mainly: blue. Hex color #A271D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271D2 is #5D8E2D. Grayscale: #8A8A8A. Windows color (decimal): -6131246 or 13791650. OLE color: 13791650.

HSL color Cylindrical-coordinate representation of color #A271D2: hue angle of 270.31º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A271D2 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 113 210 -
CMYK 0.23 0.46 0 0.18
HSL 270.31º 0.52% 0.63% -
HSV(B) 270.31º 0.46% 0.82% -
XYZ 32.44 24.14 63.92 -
YUV 138.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 162 113 210 0.23 0.46 0 0.18 270.31 0.52 0.63
Hex A2 71 D2 17 2E 0 12 10E 34 3F
Octal 242 161 322 27 56 0 22 416 64 77
Binary 10100010 1110001 11010010 10111 101110 0 10010 100001110 110100 111111

Color Harmonies of #A271D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271D2

Black with #A271D2

Text Example


Text Example

White with #A271D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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