Html Css Color HEX #A26AD7 Amethyst

📋 copy color: '#A26AD7'

red 162 ◦ green 106 ◦ blue 215

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

Shades of Amethyst #A26AD7

Tints of Amethyst #A26AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.51%

R = 33.54%
G = 21.95%
B = 44.51%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A26AD7 (or 0xA26AD7) is known color: Amethyst. HEX triplet: A2, 6A and D7. RGB value is (162,106,215). Sum of RGB (Red+Green+Blue) = 162+106+215=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 215 - color contains mainly: blue. Hex color #A26AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26AD7 is #5D9528. Grayscale: #868686. Windows color (decimal): -6133033 or 14117538. OLE color: 14117538.

HSL color Cylindrical-coordinate representation of color #A26AD7: hue angle of 270.83º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A26AD7 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 106 215 -
CMYK 0.25 0.51 0 0.16
HSL 270.83º 0.58% 0.63% -
HSV(B) 270.83º 0.51% 0.84% -
XYZ 32.32 22.9 67.01 -
YUV 135.17 173.05 147.14 -
System Red Green Blue C M Y K H S L
Decimal 162 106 215 0.25 0.51 0 0.16 270.83 0.58 0.63
Hex A2 6A D7 19 33 0 10 10F 3A 3F
Octal 242 152 327 31 63 0 20 417 72 77
Binary 10100010 1101010 11010111 11001 110011 0 10000 100001111 111010 111111

Color Harmonies of #A26AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26AD7

Black with #A26AD7

Text Example


Text Example

White with #A26AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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