Html Css Color HEX #A152D3 Amethyst

📋 copy color: '#A152D3'

red 161 ◦ green 82 ◦ blue 211

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

Shades of Amethyst #A152D3

Tints of Amethyst #A152D3

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.06%

 BLUE value IS 211 (82.81% from 255) = 46.48%

R = 35.46%
G = 18.06%
B = 46.48%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A152D3 (or 0xA152D3) is known color: Amethyst. HEX triplet: A1, 52 and D3. RGB value is (161,82,211). Sum of RGB (Red+Green+Blue) = 161+82+211=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 211 - color contains mainly: blue. Hex color #A152D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A152D3 is #5EAD2C. Grayscale: #777777. Windows color (decimal): -6204717 or 13849249. OLE color: 13849249.

HSL color Cylindrical-coordinate representation of color #A152D3: hue angle of 276.74º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A152D3 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 82 211 -
CMYK 0.24 0.61 0 0.17
HSL 276.74º 0.59% 0.57% -
HSV(B) 276.74º 0.61% 0.83% -
XYZ 29.47 18.31 63.61 -
YUV 120.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 161 82 211 0.24 0.61 0 0.17 276.74 0.59 0.57
Hex A1 52 D3 18 3D 0 11 115 3B 39
Octal 241 122 323 30 75 0 21 425 73 71
Binary 10100001 1010010 11010011 11000 111101 0 10001 100010101 111011 111001

Color Harmonies of #A152D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A152D3

Black with #A152D3

Text Example


Text Example

White with #A152D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A152D3; }

 p { color: rgb(161,82,211); }

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

background-color css

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

 a { background-color: rgb(161,82,211); }

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

border-color css

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

 span { border-color: rgb(161,82,211); }

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