Html Css Color HEX #A26AC1 Amethyst

📋 copy color: '#A26AC1'

red 162 ◦ green 106 ◦ blue 193

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

Shades of Amethyst #A26AC1

Tints of Amethyst #A26AC1

RGB

 RED value IS 162 (63.67% from 255) = 35.14%

 GREEN value IS 106 (41.8% from 255) = 22.99%

 BLUE value IS 193 (75.78% from 255) = 41.87%

R = 35.14%
G = 22.99%
B = 41.87%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A26AC1 (or 0xA26AC1) is known color: Amethyst. HEX triplet: A2, 6A and C1. RGB value is (162,106,193). Sum of RGB (Red+Green+Blue) = 162+106+193=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #A26AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26AC1 is #5D953E. Grayscale: #848484. Windows color (decimal): -6133055 or 12675746. OLE color: 12675746.

HSL color Cylindrical-coordinate representation of color #A26AC1: hue angle of 278.62º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A26AC1 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 106 193 -
CMYK 0.16 0.45 0 0.24
HSL 278.62º 0.41% 0.59% -
HSV(B) 278.62º 0.45% 0.76% -
XYZ 29.68 21.84 53.1 -
YUV 132.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 162 106 193 0.16 0.45 0 0.24 278.62 0.41 0.59
Hex A2 6A C1 10 2D 0 18 117 29 3B
Octal 242 152 301 20 55 0 30 427 51 73
Binary 10100010 1101010 11000001 10000 101101 0 11000 100010111 101001 111011

Color Harmonies of #A26AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26AC1

Black with #A26AC1

Text Example


Text Example

White with #A26AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26AC1; }

 p { color: rgb(162,106,193); }

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

background-color css

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

 a { background-color: rgb(162,106,193); }

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

border-color css

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

 span { border-color: rgb(162,106,193); }

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