Html Css Color HEX #A26ADD Amethyst

📋 copy color: '#A26ADD'

red 162 ◦ green 106 ◦ blue 221

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

Shades of Amethyst #A26ADD

Tints of Amethyst #A26ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 33.13%
G = 21.68%
B = 45.19%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A26ADD (or 0xA26ADD) is known color: Amethyst. HEX triplet: A2, 6A and DD. RGB value is (162,106,221). Sum of RGB (Red+Green+Blue) = 162+106+221=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #A26ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ADD is #5D9522. Grayscale: #878787. Windows color (decimal): -6133027 or 14510754. OLE color: 14510754.

HSL color Cylindrical-coordinate representation of color #A26ADD: hue angle of 269.22º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A26ADD is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 106 221 -
CMYK 0.27 0.52 0 0.13
HSL 269.22º 0.63% 0.64% -
HSV(B) 269.22º 0.52% 0.87% -
XYZ 33.11 23.21 71.14 -
YUV 135.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 162 106 221 0.27 0.52 0 0.13 269.22 0.63 0.64
Hex A2 6A DD 1B 34 0 D 10D 3F 40
Octal 242 152 335 33 64 0 15 415 77 100
Binary 10100010 1101010 11011101 11011 110100 0 1101 100001101 111111 1000000

Color Harmonies of #A26ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26ADD

Black with #A26ADD

Text Example


Text Example

White with #A26ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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