Html Css Color HEX #A261D5 Amethyst

📋 copy color: '#A261D5'

red 162 ◦ green 97 ◦ blue 213

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

Shades of Amethyst #A261D5

Tints of Amethyst #A261D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.13%

R = 34.32%
G = 20.55%
B = 45.13%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A261D5 (or 0xA261D5) is known color: Amethyst. HEX triplet: A2, 61 and D5. RGB value is (162,97,213). Sum of RGB (Red+Green+Blue) = 162+97+213=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #A261D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261D5 is #5D9E2A. Grayscale: #818181. Windows color (decimal): -6135339 or 13984162. OLE color: 13984162.

HSL color Cylindrical-coordinate representation of color #A261D5: hue angle of 273.62º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A261D5 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 97 213 -
CMYK 0.24 0.54 0 0.16
HSL 273.62º 0.58% 0.61% -
HSV(B) 273.62º 0.54% 0.84% -
XYZ 31.19 21.03 65.37 -
YUV 129.66 175.03 151.07 -
System Red Green Blue C M Y K H S L
Decimal 162 97 213 0.24 0.54 0 0.16 273.62 0.58 0.61
Hex A2 61 D5 18 36 0 10 112 3A 3D
Octal 242 141 325 30 66 0 20 422 72 75
Binary 10100010 1100001 11010101 11000 110110 0 10000 100010010 111010 111101

Color Harmonies of #A261D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261D5

Black with #A261D5

Text Example


Text Example

White with #A261D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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