Html Css Color HEX #A26CCC Amethyst

📋 copy color: '#A26CCC'

red 162 ◦ green 108 ◦ blue 204

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

Shades of Amethyst #A26CCC

Tints of Amethyst #A26CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 34.18%
G = 22.78%
B = 43.04%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A26CCC (or 0xA26CCC) is known color: Amethyst. HEX triplet: A2, 6C and CC. RGB value is (162,108,204). Sum of RGB (Red+Green+Blue) = 162+108+204=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #A26CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CCC is #5D9333. Grayscale: #868686. Windows color (decimal): -6132532 or 13397154. OLE color: 13397154.

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

Color convert

RGB 162 108 204 -
CMYK 0.21 0.47 0 0.2
HSL 273.75º 0.48% 0.61% -
HSV(B) 273.75º 0.47% 0.8% -
XYZ 31.16 22.77 59.88 -
YUV 135.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 162 108 204 0.21 0.47 0 0.2 273.75 0.48 0.61
Hex A2 6C CC 15 2F 0 14 112 30 3D
Octal 242 154 314 25 57 0 24 422 60 75
Binary 10100010 1101100 11001100 10101 101111 0 10100 100010010 110000 111101

Color Harmonies of #A26CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CCC

Black with #A26CCC

Text Example


Text Example

White with #A26CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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