Html Css Color HEX #A26CCA Amethyst

📋 copy color: '#A26CCA'

red 162 ◦ green 108 ◦ blue 202

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

Shades of Amethyst #A26CCA

Tints of Amethyst #A26CCA

RGB

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

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

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

R = 34.32%
G = 22.88%
B = 42.8%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A26CCA (or 0xA26CCA) is known color: Amethyst. HEX triplet: A2, 6C and CA. RGB value is (162,108,202). Sum of RGB (Red+Green+Blue) = 162+108+202=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #A26CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CCA is #5D9335. Grayscale: #868686. Windows color (decimal): -6132534 or 13266082. OLE color: 13266082.

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

Color convert

RGB 162 108 202 -
CMYK 0.20 0.47 0 0.21
HSL 274.47º 0.47% 0.61% -
HSV(B) 274.47º 0.47% 0.79% -
XYZ 30.92 22.67 58.62 -
YUV 134.86 165.89 147.36 -
System Red Green Blue C M Y K H S L
Decimal 162 108 202 0.20 0.47 0 0.21 274.47 0.47 0.61
Hex A2 6C CA 14 2F 0 15 112 2F 3D
Octal 242 154 312 24 57 0 25 422 57 75
Binary 10100010 1101100 11001010 10100 101111 0 10101 100010010 101111 111101

Color Harmonies of #A26CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CCA

Black with #A26CCA

Text Example


Text Example

White with #A26CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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