Html Css Color HEX #A15AD4 Amethyst

📋 copy color: '#A15AD4'

red 161 ◦ green 90 ◦ blue 212

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

Shades of Amethyst #A15AD4

Tints of Amethyst #A15AD4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.44%

 BLUE value IS 212 (83.2% from 255) = 45.79%

R = 34.77%
G = 19.44%
B = 45.79%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A15AD4 (or 0xA15AD4) is known color: Amethyst. HEX triplet: A1, 5A and D4. RGB value is (161,90,212). Sum of RGB (Red+Green+Blue) = 161+90+212=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 212 - color contains mainly: blue. Hex color #A15AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15AD4 is #5EA52B. Grayscale: #7C7C7C. Windows color (decimal): -6202668 or 13916833. OLE color: 13916833.

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

Color convert

RGB 161 90 212 -
CMYK 0.24 0.58 0 0.17
HSL 274.92º 0.59% 0.59% -
HSV(B) 274.92º 0.58% 0.83% -
XYZ 30.24 19.64 64.49 -
YUV 125.14 177.02 153.58 -
System Red Green Blue C M Y K H S L
Decimal 161 90 212 0.24 0.58 0 0.17 274.92 0.59 0.59
Hex A1 5A D4 18 3A 0 11 113 3B 3B
Octal 241 132 324 30 72 0 21 423 73 73
Binary 10100001 1011010 11010100 11000 111010 0 10001 100010011 111011 111011

Color Harmonies of #A15AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15AD4

Black with #A15AD4

Text Example


Text Example

White with #A15AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15AD4; }

 p { color: rgb(161,90,212); }

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

background-color css

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

 a { background-color: rgb(161,90,212); }

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

border-color css

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

 span { border-color: rgb(161,90,212); }

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