Html Css Color HEX #A26ADB Amethyst

📋 copy color: '#A26ADB'

red 162 ◦ green 106 ◦ blue 219

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

Shades of Amethyst #A26ADB

Tints of Amethyst #A26ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 33.26%
G = 21.77%
B = 44.97%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A26ADB (or 0xA26ADB) is known color: Amethyst. HEX triplet: A2, 6A and DB. RGB value is (162,106,219). Sum of RGB (Red+Green+Blue) = 162+106+219=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #A26ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ADB is #5D9524. Grayscale: #878787. Windows color (decimal): -6133029 or 14379682. OLE color: 14379682.

HSL color Cylindrical-coordinate representation of color #A26ADB: hue angle of 269.73º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A26ADB is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 106 219 -
CMYK 0.26 0.52 0 0.14
HSL 269.73º 0.61% 0.64% -
HSV(B) 269.73º 0.52% 0.86% -
XYZ 32.84 23.1 69.75 -
YUV 135.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 162 106 219 0.26 0.52 0 0.14 269.73 0.61 0.64
Hex A2 6A DB 1A 34 0 E 10E 3D 40
Octal 242 152 333 32 64 0 16 416 75 100
Binary 10100010 1101010 11011011 11010 110100 0 1110 100001110 111101 1000000

Color Harmonies of #A26ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26ADB

Black with #A26ADB

Text Example


Text Example

White with #A26ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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