Html Css Color HEX #A26ACE Amethyst

📋 copy color: '#A26ACE'

red 162 ◦ green 106 ◦ blue 206

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

Shades of Amethyst #A26ACE

Tints of Amethyst #A26ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 34.18%
G = 22.36%
B = 43.46%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A26ACE (or 0xA26ACE) is known color: Amethyst. HEX triplet: A2, 6A and CE. RGB value is (162,106,206). Sum of RGB (Red+Green+Blue) = 162+106+206=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #A26ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ACE is #5D9531. Grayscale: #858585. Windows color (decimal): -6133042 or 13527714. OLE color: 13527714.

HSL color Cylindrical-coordinate representation of color #A26ACE: hue angle of 273.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A26ACE is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 106 206 -
CMYK 0.21 0.49 0 0.19
HSL 273.6º 0.51% 0.61% -
HSV(B) 273.6º 0.49% 0.81% -
XYZ 31.19 22.45 61.08 -
YUV 134.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 162 106 206 0.21 0.49 0 0.19 273.6 0.51 0.61
Hex A2 6A CE 15 31 0 13 112 33 3D
Octal 242 152 316 25 61 0 23 422 63 75
Binary 10100010 1101010 11001110 10101 110001 0 10011 100010010 110011 111101

Color Harmonies of #A26ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26ACE

Black with #A26ACE

Text Example


Text Example

White with #A26ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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