Html Css Color HEX #A261E5 Amethyst

📋 copy color: '#A261E5'

red 162 ◦ green 97 ◦ blue 229

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

Shades of Amethyst #A261E5

Tints of Amethyst #A261E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.93%

R = 33.2%
G = 19.88%
B = 46.93%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A261E5 (or 0xA261E5) is known color: Amethyst. HEX triplet: A2, 61 and E5. RGB value is (162,97,229). Sum of RGB (Red+Green+Blue) = 162+97+229=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #A261E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261E5 is #5D9E1A. Grayscale: #838383. Windows color (decimal): -6135323 or 15032738. OLE color: 15032738.

HSL color Cylindrical-coordinate representation of color #A261E5: hue angle of 269.55º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A261E5 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 97 229 -
CMYK 0.29 0.58 0 0.10
HSL 269.55º 0.72% 0.64% -
HSV(B) 269.55º 0.58% 0.9% -
XYZ 33.32 21.89 76.6 -
YUV 131.48 183.03 149.77 -
System Red Green Blue C M Y K H S L
Decimal 162 97 229 0.29 0.58 0 0.10 269.55 0.72 0.64
Hex A2 61 E5 1D 3A 0 A 10E 48 40
Octal 242 141 345 35 72 0 12 416 110 100
Binary 10100010 1100001 11100101 11101 111010 0 1010 100001110 1001000 1000000

Color Harmonies of #A261E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261E5

Black with #A261E5

Text Example


Text Example

White with #A261E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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