Html Css Color HEX #A26ADC Amethyst

📋 copy color: '#A26ADC'

red 162 ◦ green 106 ◦ blue 220

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

Shades of Amethyst #A26ADC

Tints of Amethyst #A26ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 33.2%
G = 21.72%
B = 45.08%

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

#A26ADC (or 0xA26ADC) is known color: Amethyst. HEX triplet: A2, 6A and DC. RGB value is (162,106,220). Sum of RGB (Red+Green+Blue) = 162+106+220=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #A26ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ADC is #5D9523. Grayscale: #878787. Windows color (decimal): -6133028 or 14445218. OLE color: 14445218.

HSL color Cylindrical-coordinate representation of color #A26ADC: hue angle of 269.47º degrees, saturation: 0.62, 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 #A26ADC is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 106 220 -
CMYK 0.26 0.52 0 0.14
HSL 269.47º 0.62% 0.64% -
HSV(B) 269.47º 0.52% 0.86% -
XYZ 32.97 23.16 70.44 -
YUV 135.74 175.55 146.73 -
System Red Green Blue C M Y K H S L
Decimal 162 106 220 0.26 0.52 0 0.14 269.47 0.62 0.64
Hex A2 6A DC 1A 34 0 E 10D 3E 40
Octal 242 152 334 32 64 0 16 415 76 100
Binary 10100010 1101010 11011100 11010 110100 0 1110 100001101 111110 1000000

Color Harmonies of #A26ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26ADC

Black with #A26ADC

Text Example


Text Example

White with #A26ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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