Html Css Color HEX #A26ED2 Amethyst

📋 copy color: '#A26ED2'

red 162 ◦ green 110 ◦ blue 210

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

Shades of Amethyst #A26ED2

Tints of Amethyst #A26ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.57%

R = 33.61%
G = 22.82%
B = 43.57%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A26ED2 (or 0xA26ED2) is known color: Amethyst. HEX triplet: A2, 6E and D2. RGB value is (162,110,210). Sum of RGB (Red+Green+Blue) = 162+110+210=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 210 - color contains mainly: blue. Hex color #A26ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ED2 is #5D912D. Grayscale: #888888. Windows color (decimal): -6132014 or 13790882. OLE color: 13790882.

HSL color Cylindrical-coordinate representation of color #A26ED2: hue angle of 271.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A26ED2 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 110 210 -
CMYK 0.23 0.48 0 0.18
HSL 271.2º 0.53% 0.63% -
HSV(B) 271.2º 0.48% 0.82% -
XYZ 32.11 23.49 63.81 -
YUV 136.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 162 110 210 0.23 0.48 0 0.18 271.2 0.53 0.63
Hex A2 6E D2 17 30 0 12 10F 35 3F
Octal 242 156 322 27 60 0 22 417 65 77
Binary 10100010 1101110 11010010 10111 110000 0 10010 100001111 110101 111111

Color Harmonies of #A26ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26ED2

Black with #A26ED2

Text Example


Text Example

White with #A26ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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