Html Css Color HEX #A26AD6 Amethyst

📋 copy color: '#A26AD6'

red 162 ◦ green 106 ◦ blue 214

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

Shades of Amethyst #A26AD6

Tints of Amethyst #A26AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.4%

R = 33.61%
G = 21.99%
B = 44.4%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A26AD6 (or 0xA26AD6) is known color: Amethyst. HEX triplet: A2, 6A and D6. RGB value is (162,106,214). Sum of RGB (Red+Green+Blue) = 162+106+214=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #A26AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26AD6 is #5D9529. Grayscale: #868686. Windows color (decimal): -6133034 or 14052002. OLE color: 14052002.

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

Color convert

RGB 162 106 214 -
CMYK 0.24 0.50 0 0.16
HSL 271.11º 0.57% 0.63% -
HSV(B) 271.11º 0.5% 0.84% -
XYZ 32.19 22.84 66.33 -
YUV 135.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 162 106 214 0.24 0.50 0 0.16 271.11 0.57 0.63
Hex A2 6A D6 18 32 0 10 10F 39 3F
Octal 242 152 326 30 62 0 20 417 71 77
Binary 10100010 1101010 11010110 11000 110010 0 10000 100001111 111001 111111

Color Harmonies of #A26AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26AD6

Black with #A26AD6

Text Example


Text Example

White with #A26AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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