Html Css Color HEX #A26EC1 Amethyst

📋 copy color: '#A26EC1'

red 162 ◦ green 110 ◦ blue 193

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

Shades of Amethyst #A26EC1

Tints of Amethyst #A26EC1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.66%

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

R = 34.84%
G = 23.66%
B = 41.51%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A26EC1 (or 0xA26EC1) is known color: Amethyst. HEX triplet: A2, 6E and C1. RGB value is (162,110,193). Sum of RGB (Red+Green+Blue) = 162+110+193=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #A26EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26EC1 is #5D913E. Grayscale: #868686. Windows color (decimal): -6132031 or 12676770. OLE color: 12676770.

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

Color convert

RGB 162 110 193 -
CMYK 0.16 0.43 0 0.24
HSL 277.59º 0.4% 0.59% -
HSV(B) 277.59º 0.43% 0.76% -
XYZ 30.1 22.68 53.24 -
YUV 135.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 162 110 193 0.16 0.43 0 0.24 277.59 0.4 0.59
Hex A2 6E C1 10 2B 0 18 116 28 3B
Octal 242 156 301 20 53 0 30 426 50 73
Binary 10100010 1101110 11000001 10000 101011 0 11000 100010110 101000 111011

Color Harmonies of #A26EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26EC1

Black with #A26EC1

Text Example


Text Example

White with #A26EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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