Html Css Color HEX #A15ACD Amethyst

📋 copy color: '#A15ACD'

red 161 ◦ green 90 ◦ blue 205

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

Shades of Amethyst #A15ACD

Tints of Amethyst #A15ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 35.31%
G = 19.74%
B = 44.96%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A15ACD (or 0xA15ACD) is known color: Amethyst. HEX triplet: A1, 5A and CD. RGB value is (161,90,205). Sum of RGB (Red+Green+Blue) = 161+90+205=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #A15ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ACD is #5EA532. Grayscale: #7B7B7B. Windows color (decimal): -6202675 or 13458081. OLE color: 13458081.

HSL color Cylindrical-coordinate representation of color #A15ACD: hue angle of 277.04º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A15ACD is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 90 205 -
CMYK 0.21 0.56 0 0.20
HSL 277.04º 0.53% 0.58% -
HSV(B) 277.04º 0.56% 0.8% -
XYZ 29.37 19.3 59.93 -
YUV 124.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 161 90 205 0.21 0.56 0 0.20 277.04 0.53 0.58
Hex A1 5A CD 15 38 0 14 115 35 3A
Octal 241 132 315 25 70 0 24 425 65 72
Binary 10100001 1011010 11001101 10101 111000 0 10100 100010101 110101 111010

Color Harmonies of #A15ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15ACD

Black with #A15ACD

Text Example


Text Example

White with #A15ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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