Html Css Color HEX #A26ECF Amethyst

📋 copy color: '#A26ECF'

red 162 ◦ green 110 ◦ blue 207

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

Shades of Amethyst #A26ECF

Tints of Amethyst #A26ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 33.82%
G = 22.96%
B = 43.22%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A26ECF (or 0xA26ECF) is known color: Amethyst. HEX triplet: A2, 6E and CF. RGB value is (162,110,207). Sum of RGB (Red+Green+Blue) = 162+110+207=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #A26ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ECF is #5D9130. Grayscale: #888888. Windows color (decimal): -6132017 or 13594274. OLE color: 13594274.

HSL color Cylindrical-coordinate representation of color #A26ECF: hue angle of 272.16º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A26ECF is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 110 207 -
CMYK 0.22 0.47 0 0.19
HSL 272.16º 0.5% 0.62% -
HSV(B) 272.16º 0.47% 0.81% -
XYZ 31.74 23.34 61.86 -
YUV 136.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 162 110 207 0.22 0.47 0 0.19 272.16 0.5 0.62
Hex A2 6E CF 16 2F 0 13 110 32 3E
Octal 242 156 317 26 57 0 23 420 62 76
Binary 10100010 1101110 11001111 10110 101111 0 10011 100010000 110010 111110

Color Harmonies of #A26ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26ECF

Black with #A26ECF

Text Example


Text Example

White with #A26ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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