Html Css Color HEX #A26CBE Amethyst

📋 copy color: '#A26CBE'

red 162 ◦ green 108 ◦ blue 190

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

Shades of Amethyst #A26CBE

Tints of Amethyst #A26CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 35.22%
G = 23.48%
B = 41.3%

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

#A26CBE (or 0xA26CBE) is known color: Amethyst. HEX triplet: A2, 6C and BE. RGB value is (162,108,190). Sum of RGB (Red+Green+Blue) = 162+108+190=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #A26CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CBE is #5D9341. Grayscale: #858585. Windows color (decimal): -6132546 or 12479650. OLE color: 12479650.

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

Color convert

RGB 162 108 190 -
CMYK 0.15 0.43 0 0.25
HSL 279.51º 0.39% 0.58% -
HSV(B) 279.51º 0.43% 0.75% -
XYZ 29.56 22.12 51.43 -
YUV 133.49 159.89 148.33 -
System Red Green Blue C M Y K H S L
Decimal 162 108 190 0.15 0.43 0 0.25 279.51 0.39 0.58
Hex A2 6C BE F 2B 0 19 118 27 3A
Octal 242 154 276 17 53 0 31 430 47 72
Binary 10100010 1101100 10111110 1111 101011 0 11001 100011000 100111 111010

Color Harmonies of #A26CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CBE

Black with #A26CBE

Text Example


Text Example

White with #A26CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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