Html Css Color HEX #A260DB Amethyst

📋 copy color: '#A260DB'

red 162 ◦ green 96 ◦ blue 219

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

Shades of Amethyst #A260DB

Tints of Amethyst #A260DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 33.96%
G = 20.13%
B = 45.91%

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

#A260DB (or 0xA260DB) is known color: Amethyst. HEX triplet: A2, 60 and DB. RGB value is (162,96,219). Sum of RGB (Red+Green+Blue) = 162+96+219=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #A260DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260DB is #5D9F24. Grayscale: #818181. Windows color (decimal): -6135589 or 14377122. OLE color: 14377122.

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

Color convert

RGB 162 96 219 -
CMYK 0.26 0.56 0 0.14
HSL 272.2º 0.63% 0.62% -
HSV(B) 272.2º 0.56% 0.86% -
XYZ 31.87 21.16 69.42 -
YUV 129.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 162 96 219 0.26 0.56 0 0.14 272.2 0.63 0.62
Hex A2 60 DB 1A 38 0 E 110 3F 3E
Octal 242 140 333 32 70 0 16 420 77 76
Binary 10100010 1100000 11011011 11010 111000 0 1110 100010000 111111 111110

Color Harmonies of #A260DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A260DB

Black with #A260DB

Text Example


Text Example

White with #A260DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A260DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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