Html Css Color HEX #A261E0 Amethyst

📋 copy color: '#A261E0'

red 162 ◦ green 97 ◦ blue 224

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

Shades of Amethyst #A261E0

Tints of Amethyst #A261E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.38%

R = 33.54%
G = 20.08%
B = 46.38%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A261E0 (or 0xA261E0) is known color: Amethyst. HEX triplet: A2, 61 and E0. RGB value is (162,97,224). Sum of RGB (Red+Green+Blue) = 162+97+224=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #A261E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A261E0 is #5D9E1F. Grayscale: #828282. Windows color (decimal): -6135328 or 14705058. OLE color: 14705058.

HSL color Cylindrical-coordinate representation of color #A261E0: hue angle of 270.71º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A261E0 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 97 224 -
CMYK 0.28 0.57 0 0.12
HSL 270.71º 0.67% 0.63% -
HSV(B) 270.71º 0.57% 0.88% -
XYZ 32.63 21.61 72.97 -
YUV 130.91 180.53 150.17 -
System Red Green Blue C M Y K H S L
Decimal 162 97 224 0.28 0.57 0 0.12 270.71 0.67 0.63
Hex A2 61 E0 1C 39 0 C 10F 43 3F
Octal 242 141 340 34 71 0 14 417 103 77
Binary 10100010 1100001 11100000 11100 111001 0 1100 100001111 1000011 111111

Color Harmonies of #A261E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A261E0

Black with #A261E0

Text Example


Text Example

White with #A261E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A261E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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