Html Css Color HEX #A26CCE Amethyst

📋 copy color: '#A26CCE'

red 162 ◦ green 108 ◦ blue 206

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

Shades of Amethyst #A26CCE

Tints of Amethyst #A26CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 34.03%
G = 22.69%
B = 43.28%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A26CCE (or 0xA26CCE) is known color: Amethyst. HEX triplet: A2, 6C and CE. RGB value is (162,108,206). Sum of RGB (Red+Green+Blue) = 162+108+206=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #A26CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CCE is #5D9331. Grayscale: #868686. Windows color (decimal): -6132530 or 13528226. OLE color: 13528226.

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

Color convert

RGB 162 108 206 -
CMYK 0.21 0.48 0 0.19
HSL 273.06º 0.5% 0.62% -
HSV(B) 273.06º 0.48% 0.81% -
XYZ 31.4 22.86 61.15 -
YUV 135.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 162 108 206 0.21 0.48 0 0.19 273.06 0.5 0.62
Hex A2 6C CE 15 30 0 13 111 32 3E
Octal 242 154 316 25 60 0 23 421 62 76
Binary 10100010 1101100 11001110 10101 110000 0 10011 100010001 110010 111110

Color Harmonies of #A26CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CCE

Black with #A26CCE

Text Example


Text Example

White with #A26CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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