Html Css Color HEX #A15ACF Amethyst

📋 copy color: '#A15ACF'

red 161 ◦ green 90 ◦ blue 207

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

Shades of Amethyst #A15ACF

Tints of Amethyst #A15ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 35.15%
G = 19.65%
B = 45.2%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A15ACF (or 0xA15ACF) is known color: Amethyst. HEX triplet: A1, 5A and CF. RGB value is (161,90,207). Sum of RGB (Red+Green+Blue) = 161+90+207=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #A15ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ACF is #5EA530. Grayscale: #7C7C7C. Windows color (decimal): -6202673 or 13589153. OLE color: 13589153.

HSL color Cylindrical-coordinate representation of color #A15ACF: hue angle of 276.41º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A15ACF is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 90 207 -
CMYK 0.22 0.57 0 0.19
HSL 276.41º 0.55% 0.58% -
HSV(B) 276.41º 0.57% 0.81% -
XYZ 29.62 19.39 61.21 -
YUV 124.57 174.52 153.99 -
System Red Green Blue C M Y K H S L
Decimal 161 90 207 0.22 0.57 0 0.19 276.41 0.55 0.58
Hex A1 5A CF 16 39 0 13 114 37 3A
Octal 241 132 317 26 71 0 23 424 67 72
Binary 10100001 1011010 11001111 10110 111001 0 10011 100010100 110111 111010

Color Harmonies of #A15ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15ACF

Black with #A15ACF

Text Example


Text Example

White with #A15ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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