Html Css Color HEX #A261DC Amethyst

📋 copy color: '#A261DC'

red 162 ◦ green 97 ◦ blue 220

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

Shades of Amethyst #A261DC

Tints of Amethyst #A261DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.25%

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 33.82%
G = 20.25%
B = 45.93%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A261DC (or 0xA261DC) is known color: Amethyst. HEX triplet: A2, 61 and DC. RGB value is (162,97,220). Sum of RGB (Red+Green+Blue) = 162+97+220=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #A261DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261DC is #5D9E23. Grayscale: #828282. Windows color (decimal): -6135332 or 14442914. OLE color: 14442914.

HSL color Cylindrical-coordinate representation of color #A261DC: hue angle of 271.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A261DC is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 97 220 -
CMYK 0.26 0.56 0 0.14
HSL 271.71º 0.64% 0.62% -
HSV(B) 271.71º 0.56% 0.86% -
XYZ 32.09 21.4 70.15 -
YUV 130.46 178.53 150.5 -
System Red Green Blue C M Y K H S L
Decimal 162 97 220 0.26 0.56 0 0.14 271.71 0.64 0.62
Hex A2 61 DC 1A 38 0 E 110 40 3E
Octal 242 141 334 32 70 0 16 420 100 76
Binary 10100010 1100001 11011100 11010 111000 0 1110 100010000 1000000 111110

Color Harmonies of #A261DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261DC

Black with #A261DC

Text Example


Text Example

White with #A261DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261DC; }

 p { color: rgb(162,97,220); }

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

background-color css

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

 a { background-color: rgb(162,97,220); }

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

border-color css

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

 span { border-color: rgb(162,97,220); }

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