Html Css Color HEX #A26ED5 Amethyst

📋 copy color: '#A26ED5'

red 162 ◦ green 110 ◦ blue 213

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

Shades of Amethyst #A26ED5

Tints of Amethyst #A26ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.92%

R = 33.4%
G = 22.68%
B = 43.92%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A26ED5 (or 0xA26ED5) is known color: Amethyst. HEX triplet: A2, 6E and D5. RGB value is (162,110,213). Sum of RGB (Red+Green+Blue) = 162+110+213=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #A26ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ED5 is #5D912A. Grayscale: #888888. Windows color (decimal): -6132011 or 13987490. OLE color: 13987490.

HSL color Cylindrical-coordinate representation of color #A26ED5: hue angle of 270.29º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A26ED5 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 110 213 -
CMYK 0.24 0.48 0 0.16
HSL 270.29º 0.55% 0.63% -
HSV(B) 270.29º 0.48% 0.84% -
XYZ 32.49 23.64 65.8 -
YUV 137.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 162 110 213 0.24 0.48 0 0.16 270.29 0.55 0.63
Hex A2 6E D5 18 30 0 10 10E 37 3F
Octal 242 156 325 30 60 0 20 416 67 77
Binary 10100010 1101110 11010101 11000 110000 0 10000 100001110 110111 111111

Color Harmonies of #A26ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26ED5

Black with #A26ED5

Text Example


Text Example

White with #A26ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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