Html Css Color HEX #A26ECE Amethyst

📋 copy color: '#A26ECE'

red 162 ◦ green 110 ◦ blue 206

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

Shades of Amethyst #A26ECE

Tints of Amethyst #A26ECE

RGB

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

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

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

R = 33.89%
G = 23.01%
B = 43.1%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A26ECE (or 0xA26ECE) is known color: Amethyst. HEX triplet: A2, 6E and CE. RGB value is (162,110,206). Sum of RGB (Red+Green+Blue) = 162+110+206=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #A26ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ECE is #5D9131. Grayscale: #888888. Windows color (decimal): -6132018 or 13528738. OLE color: 13528738.

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

Color convert

RGB 162 110 206 -
CMYK 0.21 0.47 0 0.19
HSL 272.5º 0.49% 0.62% -
HSV(B) 272.5º 0.47% 0.81% -
XYZ 31.62 23.29 61.22 -
YUV 136.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 162 110 206 0.21 0.47 0 0.19 272.5 0.49 0.62
Hex A2 6E CE 15 2F 0 13 110 31 3E
Octal 242 156 316 25 57 0 23 420 61 76
Binary 10100010 1101110 11001110 10101 101111 0 10011 100010000 110001 111110

Color Harmonies of #A26ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26ECE

Black with #A26ECE

Text Example


Text Example

White with #A26ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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