Html Css Color HEX #A26AD1 Amethyst

📋 copy color: '#A26AD1'

red 162 ◦ green 106 ◦ blue 209

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

Shades of Amethyst #A26AD1

Tints of Amethyst #A26AD1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.22%

 BLUE value IS 209 (82.03% from 255) = 43.82%

R = 33.96%
G = 22.22%
B = 43.82%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A26AD1 (or 0xA26AD1) is known color: Amethyst. HEX triplet: A2, 6A and D1. RGB value is (162,106,209). Sum of RGB (Red+Green+Blue) = 162+106+209=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #A26AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26AD1 is #5D952E. Grayscale: #868686. Windows color (decimal): -6133039 or 13724322. OLE color: 13724322.

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

Color convert

RGB 162 106 209 -
CMYK 0.22 0.49 0 0.18
HSL 272.62º 0.53% 0.62% -
HSV(B) 272.62º 0.49% 0.82% -
XYZ 31.56 22.59 63.02 -
YUV 134.49 170.05 147.62 -
System Red Green Blue C M Y K H S L
Decimal 162 106 209 0.22 0.49 0 0.18 272.62 0.53 0.62
Hex A2 6A D1 16 31 0 12 111 35 3E
Octal 242 152 321 26 61 0 22 421 65 76
Binary 10100010 1101010 11010001 10110 110001 0 10010 100010001 110101 111110

Color Harmonies of #A26AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26AD1

Black with #A26AD1

Text Example


Text Example

White with #A26AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26AD1; }

 p { color: rgb(162,106,209); }

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

background-color css

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

 a { background-color: rgb(162,106,209); }

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

border-color css

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

 span { border-color: rgb(162,106,209); }

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