Html Css Color HEX #A26ECB Amethyst

📋 copy color: '#A26ECB'

red 162 ◦ green 110 ◦ blue 203

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

Shades of Amethyst #A26ECB

Tints of Amethyst #A26ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.16%

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 34.11%
G = 23.16%
B = 42.74%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A26ECB (or 0xA26ECB) is known color: Amethyst. HEX triplet: A2, 6E and CB. RGB value is (162,110,203). Sum of RGB (Red+Green+Blue) = 162+110+203=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #A26ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ECB is #5D9134. Grayscale: #878787. Windows color (decimal): -6132021 or 13332130. OLE color: 13332130.

HSL color Cylindrical-coordinate representation of color #A26ECB: hue angle of 273.55º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A26ECB is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 110 203 -
CMYK 0.20 0.46 0 0.20
HSL 273.55º 0.47% 0.61% -
HSV(B) 273.55º 0.46% 0.8% -
XYZ 31.26 23.15 59.32 -
YUV 136.15 165.73 146.44 -
System Red Green Blue C M Y K H S L
Decimal 162 110 203 0.20 0.46 0 0.20 273.55 0.47 0.61
Hex A2 6E CB 14 2E 0 14 112 2F 3D
Octal 242 156 313 24 56 0 24 422 57 75
Binary 10100010 1101110 11001011 10100 101110 0 10100 100010010 101111 111101

Color Harmonies of #A26ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26ECB

Black with #A26ECB

Text Example


Text Example

White with #A26ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26ECB; }

 p { color: rgb(162,110,203); }

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

background-color css

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

 a { background-color: rgb(162,110,203); }

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

border-color css

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

 span { border-color: rgb(162,110,203); }

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