Html Css Color HEX #A26EBE Amethyst

📋 copy color: '#A26EBE'

red 162 ◦ green 110 ◦ blue 190

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

Shades of Amethyst #A26EBE

Tints of Amethyst #A26EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 35.06%
G = 23.81%
B = 41.13%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A26EBE (or 0xA26EBE) is known color: Amethyst. HEX triplet: A2, 6E and BE. RGB value is (162,110,190). Sum of RGB (Red+Green+Blue) = 162+110+190=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #A26EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26EBE is #5D9141. Grayscale: #868686. Windows color (decimal): -6132034 or 12480162. OLE color: 12480162.

HSL color Cylindrical-coordinate representation of color #A26EBE: hue angle of 279º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A26EBE is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 110 190 -
CMYK 0.15 0.42 0 0.25
HSL 279º 0.38% 0.59% -
HSV(B) 279º 0.42% 0.75% -
XYZ 29.77 22.55 51.5 -
YUV 134.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 162 110 190 0.15 0.42 0 0.25 279 0.38 0.59
Hex A2 6E BE F 2A 0 19 117 26 3B
Octal 242 156 276 17 52 0 31 427 46 73
Binary 10100010 1101110 10111110 1111 101010 0 11001 100010111 100110 111011

Color Harmonies of #A26EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26EBE

Black with #A26EBE

Text Example


Text Example

White with #A26EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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