Html Css Color HEX #A152ED Amethyst

📋 copy color: '#A152ED'

red 161 ◦ green 82 ◦ blue 237

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

Shades of Amethyst #A152ED

Tints of Amethyst #A152ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 33.54%
G = 17.08%
B = 49.38%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A152ED (or 0xA152ED) is known color: Amethyst. HEX triplet: A1, 52 and ED. RGB value is (161,82,237). Sum of RGB (Red+Green+Blue) = 161+82+237=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #A152ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A152ED is #5EAD12. Grayscale: #7A7A7A. Windows color (decimal): -6204691 or 15553185. OLE color: 15553185.

HSL color Cylindrical-coordinate representation of color #A152ED: hue angle of 270.58º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A152ED is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 82 237 -
CMYK 0.32 0.65 0 0.07
HSL 270.58º 0.81% 0.63% -
HSV(B) 270.58º 0.65% 0.93% -
XYZ 33 19.73 82.19 -
YUV 123.29 192.17 154.9 -
System Red Green Blue C M Y K H S L
Decimal 161 82 237 0.32 0.65 0 0.07 270.58 0.81 0.63
Hex A1 52 ED 20 41 0 7 10F 51 3F
Octal 241 122 355 40 101 0 7 417 121 77
Binary 10100001 1010010 11101101 100000 1000001 0 111 100001111 1010001 111111

Color Harmonies of #A152ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A152ED

Black with #A152ED

Text Example


Text Example

White with #A152ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A152ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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