Html Css Color HEX #A26ACD Amethyst

📋 copy color: '#A26ACD'

red 162 ◦ green 106 ◦ blue 205

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

Shades of Amethyst #A26ACD

Tints of Amethyst #A26ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.41%

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

R = 34.25%
G = 22.41%
B = 43.34%

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

#A26ACD (or 0xA26ACD) is known color: Amethyst. HEX triplet: A2, 6A and CD. RGB value is (162,106,205). Sum of RGB (Red+Green+Blue) = 162+106+205=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #A26ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ACD is #5D9532. Grayscale: #858585. Windows color (decimal): -6133043 or 13462178. OLE color: 13462178.

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

Color convert

RGB 162 106 205 -
CMYK 0.21 0.48 0 0.20
HSL 273.94º 0.5% 0.61% -
HSV(B) 273.94º 0.48% 0.8% -
XYZ 31.07 22.4 60.44 -
YUV 134.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 162 106 205 0.21 0.48 0 0.20 273.94 0.5 0.61
Hex A2 6A CD 15 30 0 14 112 32 3D
Octal 242 152 315 25 60 0 24 422 62 75
Binary 10100010 1101010 11001101 10101 110000 0 10100 100010010 110010 111101

Color Harmonies of #A26ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26ACD

Black with #A26ACD

Text Example


Text Example

White with #A26ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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