Html Css Color HEX #A26DD6 Amethyst

📋 copy color: '#A26DD6'

red 162 ◦ green 109 ◦ blue 214

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

Shades of Amethyst #A26DD6

Tints of Amethyst #A26DD6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.47%

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

R = 33.4%
G = 22.47%
B = 44.12%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A26DD6 (or 0xA26DD6) is known color: Amethyst. HEX triplet: A2, 6D and D6. RGB value is (162,109,214). Sum of RGB (Red+Green+Blue) = 162+109+214=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #A26DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DD6 is #5D9229. Grayscale: #888888. Windows color (decimal): -6132266 or 14052770. OLE color: 14052770.

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

Color convert

RGB 162 109 214 -
CMYK 0.24 0.49 0 0.16
HSL 270.29º 0.56% 0.63% -
HSV(B) 270.29º 0.49% 0.84% -
XYZ 32.51 23.47 66.44 -
YUV 136.82 171.56 145.96 -
System Red Green Blue C M Y K H S L
Decimal 162 109 214 0.24 0.49 0 0.16 270.29 0.56 0.63
Hex A2 6D D6 18 31 0 10 10E 38 3F
Octal 242 155 326 30 61 0 20 416 70 77
Binary 10100010 1101101 11010110 11000 110001 0 10000 100001110 111000 111111

Color Harmonies of #A26DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26DD6

Black with #A26DD6

Text Example


Text Example

White with #A26DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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