Html Css Color HEX #A26CC0 Amethyst

📋 copy color: '#A26CC0'

red 162 ◦ green 108 ◦ blue 192

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

Shades of Amethyst #A26CC0

Tints of Amethyst #A26CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.56%

R = 35.06%
G = 23.38%
B = 41.56%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A26CC0 (or 0xA26CC0) is known color: Amethyst. HEX triplet: A2, 6C and C0. RGB value is (162,108,192). Sum of RGB (Red+Green+Blue) = 162+108+192=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #A26CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CC0 is #5D933F. Grayscale: #858585. Windows color (decimal): -6132544 or 12610722. OLE color: 12610722.

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

Color convert

RGB 162 108 192 -
CMYK 0.16 0.44 0 0.25
HSL 278.57º 0.4% 0.59% -
HSV(B) 278.57º 0.44% 0.75% -
XYZ 29.78 22.21 52.59 -
YUV 133.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 162 108 192 0.16 0.44 0 0.25 278.57 0.4 0.59
Hex A2 6C C0 10 2C 0 19 117 28 3B
Octal 242 154 300 20 54 0 31 427 50 73
Binary 10100010 1101100 11000000 10000 101100 0 11001 100010111 101000 111011

Color Harmonies of #A26CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CC0

Black with #A26CC0

Text Example


Text Example

White with #A26CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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