Html Css Color HEX #A26CBF Amethyst

📋 copy color: '#A26CBF'

red 162 ◦ green 108 ◦ blue 191

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

Shades of Amethyst #A26CBF

Tints of Amethyst #A26CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.43%

 BLUE value IS 191 (75% from 255) = 41.43%

R = 35.14%
G = 23.43%
B = 41.43%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A26CBF (or 0xA26CBF) is known color: Amethyst. HEX triplet: A2, 6C and BF. RGB value is (162,108,191). Sum of RGB (Red+Green+Blue) = 162+108+191=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #A26CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CBF is #5D9340. Grayscale: #858585. Windows color (decimal): -6132545 or 12545186. OLE color: 12545186.

HSL color Cylindrical-coordinate representation of color #A26CBF: hue angle of 279.04º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A26CBF is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 108 191 -
CMYK 0.15 0.43 0 0.25
HSL 279.04º 0.39% 0.59% -
HSV(B) 279.04º 0.43% 0.75% -
XYZ 29.67 22.17 52.01 -
YUV 133.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 162 108 191 0.15 0.43 0 0.25 279.04 0.39 0.59
Hex A2 6C BF F 2B 0 19 117 27 3B
Octal 242 154 277 17 53 0 31 427 47 73
Binary 10100010 1101100 10111111 1111 101011 0 11001 100010111 100111 111011

Color Harmonies of #A26CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CBF

Black with #A26CBF

Text Example


Text Example

White with #A26CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CBF; }

 p { color: rgb(162,108,191); }

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

background-color css

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

 a { background-color: rgb(162,108,191); }

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

border-color css

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

 span { border-color: rgb(162,108,191); }

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