Html Css Color HEX #A26DD1 Amethyst

📋 copy color: '#A26DD1'

red 162 ◦ green 109 ◦ blue 209

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

Shades of Amethyst #A26DD1

Tints of Amethyst #A26DD1

RGB

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

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

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

R = 33.75%
G = 22.71%
B = 43.54%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A26DD1 (or 0xA26DD1) is known color: Amethyst. HEX triplet: A2, 6D and D1. RGB value is (162,109,209). Sum of RGB (Red+Green+Blue) = 162+109+209=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #A26DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DD1 is #5D922E. Grayscale: #878787. Windows color (decimal): -6132271 or 13725090. OLE color: 13725090.

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

Color convert

RGB 162 109 209 -
CMYK 0.22 0.48 0 0.18
HSL 271.8º 0.52% 0.62% -
HSV(B) 271.8º 0.48% 0.82% -
XYZ 31.88 23.22 63.12 -
YUV 136.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 162 109 209 0.22 0.48 0 0.18 271.8 0.52 0.62
Hex A2 6D D1 16 30 0 12 110 34 3E
Octal 242 155 321 26 60 0 22 420 64 76
Binary 10100010 1101101 11010001 10110 110000 0 10010 100010000 110100 111110

Color Harmonies of #A26DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26DD1

Black with #A26DD1

Text Example


Text Example

White with #A26DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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