Html Css Color HEX #A261D9 Amethyst

📋 copy color: '#A261D9'

red 162 ◦ green 97 ◦ blue 217

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

Shades of Amethyst #A261D9

Tints of Amethyst #A261D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.59%

R = 34.03%
G = 20.38%
B = 45.59%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A261D9 (or 0xA261D9) is known color: Amethyst. HEX triplet: A2, 61 and D9. RGB value is (162,97,217). Sum of RGB (Red+Green+Blue) = 162+97+217=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #A261D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261D9 is #5D9E26. Grayscale: #818181. Windows color (decimal): -6135335 or 14246306. OLE color: 14246306.

HSL color Cylindrical-coordinate representation of color #A261D9: hue angle of 272.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A261D9 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 97 217 -
CMYK 0.25 0.55 0 0.15
HSL 272.5º 0.61% 0.62% -
HSV(B) 272.5º 0.55% 0.85% -
XYZ 31.7 21.24 68.07 -
YUV 130.12 177.03 150.74 -
System Red Green Blue C M Y K H S L
Decimal 162 97 217 0.25 0.55 0 0.15 272.5 0.61 0.62
Hex A2 61 D9 19 37 0 F 110 3D 3E
Octal 242 141 331 31 67 0 17 420 75 76
Binary 10100010 1100001 11011001 11001 110111 0 1111 100010000 111101 111110

Color Harmonies of #A261D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261D9

Black with #A261D9

Text Example


Text Example

White with #A261D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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