Html Css Color HEX #A260DC Amethyst

📋 copy color: '#A260DC'

red 162 ◦ green 96 ◦ blue 220

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

Shades of Amethyst #A260DC

Tints of Amethyst #A260DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.08%

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

R = 33.89%
G = 20.08%
B = 46.03%

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

#A260DC (or 0xA260DC) is known color: Amethyst. HEX triplet: A2, 60 and DC. RGB value is (162,96,220). Sum of RGB (Red+Green+Blue) = 162+96+220=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #A260DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260DC is #5D9F23. Grayscale: #818181. Windows color (decimal): -6135588 or 14442658. OLE color: 14442658.

HSL color Cylindrical-coordinate representation of color #A260DC: hue angle of 271.94º 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 #A260DC is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 96 220 -
CMYK 0.26 0.56 0 0.14
HSL 271.94º 0.64% 0.62% -
HSV(B) 271.94º 0.56% 0.86% -
XYZ 32 21.21 70.12 -
YUV 129.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 162 96 220 0.26 0.56 0 0.14 271.94 0.64 0.62
Hex A2 60 DC 1A 38 0 E 110 40 3E
Octal 242 140 334 32 70 0 16 420 100 76
Binary 10100010 1100000 11011100 11010 111000 0 1110 100010000 1000000 111110

Color Harmonies of #A260DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A260DC

Black with #A260DC

Text Example


Text Example

White with #A260DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A260DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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