Html Css Color HEX #A26BCC Amethyst

📋 copy color: '#A26BCC'

red 162 ◦ green 107 ◦ blue 204

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

Shades of Amethyst #A26BCC

Tints of Amethyst #A26BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.62%

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

R = 34.25%
G = 22.62%
B = 43.13%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A26BCC (or 0xA26BCC) is known color: Amethyst. HEX triplet: A2, 6B and CC. RGB value is (162,107,204). Sum of RGB (Red+Green+Blue) = 162+107+204=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #A26BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BCC is #5D9433. Grayscale: #868686. Windows color (decimal): -6132788 or 13396898. OLE color: 13396898.

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

Color convert

RGB 162 107 204 -
CMYK 0.21 0.48 0 0.2
HSL 274.02º 0.49% 0.61% -
HSV(B) 274.02º 0.48% 0.8% -
XYZ 31.06 22.56 59.84 -
YUV 134.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 162 107 204 0.21 0.48 0 0.2 274.02 0.49 0.61
Hex A2 6B CC 15 30 0 14 112 31 3D
Octal 242 153 314 25 60 0 24 422 61 75
Binary 10100010 1101011 11001100 10101 110000 0 10100 100010010 110001 111101

Color Harmonies of #A26BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26BCC

Black with #A26BCC

Text Example


Text Example

White with #A26BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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