Html Css Color HEX #A271D0 Amethyst

📋 copy color: '#A271D0'

red 162 ◦ green 113 ◦ blue 208

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

Shades of Amethyst #A271D0

Tints of Amethyst #A271D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.06%

R = 33.54%
G = 23.4%
B = 43.06%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A271D0 (or 0xA271D0) is known color: Amethyst. HEX triplet: A2, 71 and D0. RGB value is (162,113,208). Sum of RGB (Red+Green+Blue) = 162+113+208=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #A271D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271D0 is #5D8E2F. Grayscale: #8A8A8A. Windows color (decimal): -6131248 or 13660578. OLE color: 13660578.

HSL color Cylindrical-coordinate representation of color #A271D0: hue angle of 270.95º degrees, saturation: 0.5, 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 #A271D0 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 113 208 -
CMYK 0.22 0.46 0 0.18
HSL 270.95º 0.5% 0.63% -
HSV(B) 270.95º 0.46% 0.82% -
XYZ 32.19 24.05 62.62 -
YUV 138.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 162 113 208 0.22 0.46 0 0.18 270.95 0.5 0.63
Hex A2 71 D0 16 2E 0 12 10F 32 3F
Octal 242 161 320 26 56 0 22 417 62 77
Binary 10100010 1110001 11010000 10110 101110 0 10010 100001111 110010 111111

Color Harmonies of #A271D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271D0

Black with #A271D0

Text Example


Text Example

White with #A271D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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