Html Css Color HEX #A15ACC Amethyst

📋 copy color: '#A15ACC'

red 161 ◦ green 90 ◦ blue 204

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

Shades of Amethyst #A15ACC

Tints of Amethyst #A15ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 35.38%
G = 19.78%
B = 44.84%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A15ACC (or 0xA15ACC) is known color: Amethyst. HEX triplet: A1, 5A and CC. RGB value is (161,90,204). Sum of RGB (Red+Green+Blue) = 161+90+204=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #A15ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ACC is #5EA533. Grayscale: #7B7B7B. Windows color (decimal): -6202676 or 13392545. OLE color: 13392545.

HSL color Cylindrical-coordinate representation of color #A15ACC: hue angle of 277.37º 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 #A15ACC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 90 204 -
CMYK 0.21 0.56 0 0.2
HSL 277.37º 0.53% 0.58% -
HSV(B) 277.37º 0.56% 0.8% -
XYZ 29.25 19.25 59.3 -
YUV 124.23 173.02 154.23 -
System Red Green Blue C M Y K H S L
Decimal 161 90 204 0.21 0.56 0 0.2 277.37 0.53 0.58
Hex A1 5A CC 15 38 0 14 115 35 3A
Octal 241 132 314 25 70 0 24 425 65 72
Binary 10100001 1011010 11001100 10101 111000 0 10100 100010101 110101 111010

Color Harmonies of #A15ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15ACC

Black with #A15ACC

Text Example


Text Example

White with #A15ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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