Html Css Color HEX #A26DD2 Amethyst

📋 copy color: '#A26DD2'

red 162 ◦ green 109 ◦ blue 210

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

Shades of Amethyst #A26DD2

Tints of Amethyst #A26DD2

RGB

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

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

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

R = 33.68%
G = 22.66%
B = 43.66%

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

#A26DD2 (or 0xA26DD2) is known color: Amethyst. HEX triplet: A2, 6D and D2. RGB value is (162,109,210). Sum of RGB (Red+Green+Blue) = 162+109+210=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #A26DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DD2 is #5D922D. Grayscale: #888888. Windows color (decimal): -6132270 or 13790626. OLE color: 13790626.

HSL color Cylindrical-coordinate representation of color #A26DD2: hue angle of 271.49º 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 #A26DD2 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 109 210 -
CMYK 0.23 0.48 0 0.18
HSL 271.49º 0.53% 0.63% -
HSV(B) 271.49º 0.48% 0.82% -
XYZ 32 23.27 63.78 -
YUV 136.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 162 109 210 0.23 0.48 0 0.18 271.49 0.53 0.63
Hex A2 6D D2 17 30 0 12 10F 35 3F
Octal 242 155 322 27 60 0 22 417 65 77
Binary 10100010 1101101 11010010 10111 110000 0 10010 100001111 110101 111111

Color Harmonies of #A26DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26DD2

Black with #A26DD2

Text Example


Text Example

White with #A26DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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