Html Css Color HEX #A26ECA Amethyst

📋 copy color: '#A26ECA'

red 162 ◦ green 110 ◦ blue 202

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

Shades of Amethyst #A26ECA

Tints of Amethyst #A26ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 34.18%
G = 23.21%
B = 42.62%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A26ECA (or 0xA26ECA) is known color: Amethyst. HEX triplet: A2, 6E and CA. RGB value is (162,110,202). Sum of RGB (Red+Green+Blue) = 162+110+202=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #A26ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ECA is #5D9135. Grayscale: #878787. Windows color (decimal): -6132022 or 13266594. OLE color: 13266594.

HSL color Cylindrical-coordinate representation of color #A26ECA: hue angle of 273.91º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A26ECA is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 110 202 -
CMYK 0.20 0.46 0 0.21
HSL 273.91º 0.46% 0.61% -
HSV(B) 273.91º 0.46% 0.79% -
XYZ 31.14 23.1 58.69 -
YUV 136.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 162 110 202 0.20 0.46 0 0.21 273.91 0.46 0.61
Hex A2 6E CA 14 2E 0 15 112 2E 3D
Octal 242 156 312 24 56 0 25 422 56 75
Binary 10100010 1101110 11001010 10100 101110 0 10101 100010010 101110 111101

Color Harmonies of #A26ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26ECA

Black with #A26ECA

Text Example


Text Example

White with #A26ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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