Html Css Color HEX #A152D8 Amethyst

📋 copy color: '#A152D8'

red 161 ◦ green 82 ◦ blue 216

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

Shades of Amethyst #A152D8

Tints of Amethyst #A152D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.06%

R = 35.08%
G = 17.86%
B = 47.06%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A152D8 (or 0xA152D8) is known color: Amethyst. HEX triplet: A1, 52 and D8. RGB value is (161,82,216). Sum of RGB (Red+Green+Blue) = 161+82+216=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #A152D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A152D8 is #5EAD27. Grayscale: #787878. Windows color (decimal): -6204712 or 14176929. OLE color: 14176929.

HSL color Cylindrical-coordinate representation of color #A152D8: hue angle of 275.37º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A152D8 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 82 216 -
CMYK 0.25 0.62 0 0.15
HSL 275.37º 0.63% 0.58% -
HSV(B) 275.37º 0.62% 0.85% -
XYZ 30.11 18.57 66.96 -
YUV 120.9 181.67 156.6 -
System Red Green Blue C M Y K H S L
Decimal 161 82 216 0.25 0.62 0 0.15 275.37 0.63 0.58
Hex A1 52 D8 19 3E 0 F 113 3F 3A
Octal 241 122 330 31 76 0 17 423 77 72
Binary 10100001 1010010 11011000 11001 111110 0 1111 100010011 111111 111010

Color Harmonies of #A152D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A152D8

Black with #A152D8

Text Example


Text Example

White with #A152D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A152D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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