Html Css Color HEX #A26BDB Amethyst

📋 copy color: '#A26BDB'

red 162 ◦ green 107 ◦ blue 219

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

Shades of Amethyst #A26BDB

Tints of Amethyst #A26BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.93%

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

R = 33.2%
G = 21.93%
B = 44.88%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A26BDB (or 0xA26BDB) is known color: Amethyst. HEX triplet: A2, 6B and DB. RGB value is (162,107,219). Sum of RGB (Red+Green+Blue) = 162+107+219=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #A26BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BDB is #5D9424. Grayscale: #878787. Windows color (decimal): -6132773 or 14379938. OLE color: 14379938.

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

Color convert

RGB 162 107 219 -
CMYK 0.26 0.51 0 0.14
HSL 269.46º 0.61% 0.64% -
HSV(B) 269.46º 0.51% 0.86% -
XYZ 32.94 23.31 69.78 -
YUV 136.21 174.72 146.39 -
System Red Green Blue C M Y K H S L
Decimal 162 107 219 0.26 0.51 0 0.14 269.46 0.61 0.64
Hex A2 6B DB 1A 33 0 E 10D 3D 40
Octal 242 153 333 32 63 0 16 415 75 100
Binary 10100010 1101011 11011011 11010 110011 0 1110 100001101 111101 1000000

Color Harmonies of #A26BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26BDB

Black with #A26BDB

Text Example


Text Example

White with #A26BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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