Html Css Color HEX #A26ADE Amethyst

📋 copy color: '#A26ADE'

red 162 ◦ green 106 ◦ blue 222

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

Shades of Amethyst #A26ADE

Tints of Amethyst #A26ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 33.06%
G = 21.63%
B = 45.31%

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

#A26ADE (or 0xA26ADE) is known color: Amethyst. HEX triplet: A2, 6A and DE. RGB value is (162,106,222). Sum of RGB (Red+Green+Blue) = 162+106+222=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #A26ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ADE is #5D9521. Grayscale: #878787. Windows color (decimal): -6133026 or 14576290. OLE color: 14576290.

HSL color Cylindrical-coordinate representation of color #A26ADE: hue angle of 268.97º degrees, saturation: 0.64, 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 #A26ADE is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 106 222 -
CMYK 0.27 0.52 0 0.13
HSL 268.97º 0.64% 0.64% -
HSV(B) 268.97º 0.52% 0.87% -
XYZ 33.24 23.26 71.85 -
YUV 135.97 176.55 146.57 -
System Red Green Blue C M Y K H S L
Decimal 162 106 222 0.27 0.52 0 0.13 268.97 0.64 0.64
Hex A2 6A DE 1B 34 0 D 10D 40 40
Octal 242 152 336 33 64 0 15 415 100 100
Binary 10100010 1101010 11011110 11011 110100 0 1101 100001101 1000000 1000000

Color Harmonies of #A26ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26ADE

Black with #A26ADE

Text Example


Text Example

White with #A26ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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