Html Css Color HEX #A26BBE Amethyst

📋 copy color: '#A26BBE'

red 162 ◦ green 107 ◦ blue 190

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

Shades of Amethyst #A26BBE

Tints of Amethyst #A26BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.31%

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

R = 35.29%
G = 23.31%
B = 41.39%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A26BBE (or 0xA26BBE) is known color: Amethyst. HEX triplet: A2, 6B and BE. RGB value is (162,107,190). Sum of RGB (Red+Green+Blue) = 162+107+190=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #A26BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BBE is #5D9441. Grayscale: #848484. Windows color (decimal): -6132802 or 12479394. OLE color: 12479394.

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

Color convert

RGB 162 107 190 -
CMYK 0.15 0.44 0 0.25
HSL 279.76º 0.39% 0.58% -
HSV(B) 279.76º 0.44% 0.75% -
XYZ 29.45 21.91 51.39 -
YUV 132.91 160.22 148.75 -
System Red Green Blue C M Y K H S L
Decimal 162 107 190 0.15 0.44 0 0.25 279.76 0.39 0.58
Hex A2 6B BE F 2C 0 19 118 27 3A
Octal 242 153 276 17 54 0 31 430 47 72
Binary 10100010 1101011 10111110 1111 101100 0 11001 100011000 100111 111010

Color Harmonies of #A26BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26BBE

Black with #A26BBE

Text Example


Text Example

White with #A26BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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