Html Css Color HEX #A26FCA Amethyst

📋 copy color: '#A26FCA'

red 162 ◦ green 111 ◦ blue 202

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

Shades of Amethyst #A26FCA

Tints of Amethyst #A26FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.37%

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 34.11%
G = 23.37%
B = 42.53%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A26FCA (or 0xA26FCA) is known color: Amethyst. HEX triplet: A2, 6F and CA. RGB value is (162,111,202). Sum of RGB (Red+Green+Blue) = 162+111+202=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #A26FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26FCA is #5D9035. Grayscale: #888888. Windows color (decimal): -6131766 or 13266850. OLE color: 13266850.

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

Color convert

RGB 162 111 202 -
CMYK 0.20 0.45 0 0.21
HSL 273.63º 0.46% 0.61% -
HSV(B) 273.63º 0.45% 0.79% -
XYZ 31.25 23.31 58.73 -
YUV 136.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 162 111 202 0.20 0.45 0 0.21 273.63 0.46 0.61
Hex A2 6F CA 14 2D 0 15 112 2E 3D
Octal 242 157 312 24 55 0 25 422 56 75
Binary 10100010 1101111 11001010 10100 101101 0 10101 100010010 101110 111101

Color Harmonies of #A26FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26FCA

Black with #A26FCA

Text Example


Text Example

White with #A26FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26FCA; }

 p { color: rgb(162,111,202); }

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

background-color css

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

 a { background-color: rgb(162,111,202); }

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

border-color css

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

 span { border-color: rgb(162,111,202); }

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