Html Css Color HEX #A26ED7 Amethyst

📋 copy color: '#A26ED7'

red 162 ◦ green 110 ◦ blue 215

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

Shades of Amethyst #A26ED7

Tints of Amethyst #A26ED7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.59%

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

R = 33.26%
G = 22.59%
B = 44.15%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A26ED7 (or 0xA26ED7) is known color: Amethyst. HEX triplet: A2, 6E and D7. RGB value is (162,110,215). Sum of RGB (Red+Green+Blue) = 162+110+215=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #A26ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ED7 is #5D9128. Grayscale: #898989. Windows color (decimal): -6132009 or 14118562. OLE color: 14118562.

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

Color convert

RGB 162 110 215 -
CMYK 0.25 0.49 0 0.16
HSL 269.71º 0.57% 0.64% -
HSV(B) 269.71º 0.49% 0.84% -
XYZ 32.74 23.74 67.15 -
YUV 137.52 171.73 145.46 -
System Red Green Blue C M Y K H S L
Decimal 162 110 215 0.25 0.49 0 0.16 269.71 0.57 0.64
Hex A2 6E D7 19 31 0 10 10E 39 40
Octal 242 156 327 31 61 0 20 416 71 100
Binary 10100010 1101110 11010111 11001 110001 0 10000 100001110 111001 1000000

Color Harmonies of #A26ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26ED7

Black with #A26ED7

Text Example


Text Example

White with #A26ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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