Html Css Color HEX #A26CCD Amethyst

📋 copy color: '#A26CCD'

red 162 ◦ green 108 ◦ blue 205

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

Shades of Amethyst #A26CCD

Tints of Amethyst #A26CCD

RGB

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

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

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

R = 34.11%
G = 22.74%
B = 43.16%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A26CCD (or 0xA26CCD) is known color: Amethyst. HEX triplet: A2, 6C and CD. RGB value is (162,108,205). Sum of RGB (Red+Green+Blue) = 162+108+205=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #A26CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CCD is #5D9332. Grayscale: #868686. Windows color (decimal): -6132531 or 13462690. OLE color: 13462690.

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

Color convert

RGB 162 108 205 -
CMYK 0.21 0.47 0 0.20
HSL 273.4º 0.49% 0.61% -
HSV(B) 273.4º 0.47% 0.8% -
XYZ 31.28 22.81 60.51 -
YUV 135.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 162 108 205 0.21 0.47 0 0.20 273.4 0.49 0.61
Hex A2 6C CD 15 2F 0 14 111 31 3D
Octal 242 154 315 25 57 0 24 421 61 75
Binary 10100010 1101100 11001101 10101 101111 0 10100 100010001 110001 111101

Color Harmonies of #A26CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CCD

Black with #A26CCD

Text Example


Text Example

White with #A26CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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