Html Css Color HEX #A26BCD Amethyst

📋 copy color: '#A26BCD'

red 162 ◦ green 107 ◦ blue 205

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

Shades of Amethyst #A26BCD

Tints of Amethyst #A26BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 34.18%
G = 22.57%
B = 43.25%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A26BCD (or 0xA26BCD) is known color: Amethyst. HEX triplet: A2, 6B and CD. RGB value is (162,107,205). Sum of RGB (Red+Green+Blue) = 162+107+205=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #A26BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BCD is #5D9432. Grayscale: #868686. Windows color (decimal): -6132787 or 13462434. OLE color: 13462434.

HSL color Cylindrical-coordinate representation of color #A26BCD: hue angle of 273.67º 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 #A26BCD is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 107 205 -
CMYK 0.21 0.48 0 0.20
HSL 273.67º 0.49% 0.61% -
HSV(B) 273.67º 0.48% 0.8% -
XYZ 31.18 22.6 60.48 -
YUV 134.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 162 107 205 0.21 0.48 0 0.20 273.67 0.49 0.61
Hex A2 6B CD 15 30 0 14 112 31 3D
Octal 242 153 315 25 60 0 24 422 61 75
Binary 10100010 1101011 11001101 10101 110000 0 10100 100010010 110001 111101

Color Harmonies of #A26BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26BCD

Black with #A26BCD

Text Example


Text Example

White with #A26BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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