Html Css Color HEX #A26CD6 Amethyst

📋 copy color: '#A26CD6'

red 162 ◦ green 108 ◦ blue 214

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

Shades of Amethyst #A26CD6

Tints of Amethyst #A26CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.21%

R = 33.47%
G = 22.31%
B = 44.21%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A26CD6 (or 0xA26CD6) is known color: Amethyst. HEX triplet: A2, 6C and D6. RGB value is (162,108,214). Sum of RGB (Red+Green+Blue) = 162+108+214=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #A26CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CD6 is #5D9329. Grayscale: #878787. Windows color (decimal): -6132522 or 14052514. OLE color: 14052514.

HSL color Cylindrical-coordinate representation of color #A26CD6: hue angle of 270.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A26CD6 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 108 214 -
CMYK 0.24 0.50 0 0.16
HSL 270.57º 0.56% 0.63% -
HSV(B) 270.57º 0.5% 0.84% -
XYZ 32.4 23.26 66.4 -
YUV 136.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 162 108 214 0.24 0.50 0 0.16 270.57 0.56 0.63
Hex A2 6C D6 18 32 0 10 10F 38 3F
Octal 242 154 326 30 62 0 20 417 70 77
Binary 10100010 1101100 11010110 11000 110010 0 10000 100001111 111000 111111

Color Harmonies of #A26CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CD6

Black with #A26CD6

Text Example


Text Example

White with #A26CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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