Html Css Color HEX #A260E4 Amethyst

📋 copy color: '#A260E4'

red 162 ◦ green 96 ◦ blue 228

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

Shades of Amethyst #A260E4

Tints of Amethyst #A260E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.91%

R = 33.33%
G = 19.75%
B = 46.91%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A260E4 (or 0xA260E4) is known color: Amethyst. HEX triplet: A2, 60 and E4. RGB value is (162,96,228). Sum of RGB (Red+Green+Blue) = 162+96+228=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #A260E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260E4 is #5D9F1B. Grayscale: #828282. Windows color (decimal): -6135580 or 14966946. OLE color: 14966946.

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

Color convert

RGB 162 96 228 -
CMYK 0.29 0.58 0 0.11
HSL 270º 0.71% 0.64% -
HSV(B) 270º 0.58% 0.89% -
XYZ 33.09 21.65 75.83 -
YUV 130.78 182.87 150.27 -
System Red Green Blue C M Y K H S L
Decimal 162 96 228 0.29 0.58 0 0.11 270 0.71 0.64
Hex A2 60 E4 1D 3A 0 B 10E 47 40
Octal 242 140 344 35 72 0 13 416 107 100
Binary 10100010 1100000 11100100 11101 111010 0 1011 100001110 1000111 1000000

Color Harmonies of #A260E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A260E4

Black with #A260E4

Text Example


Text Example

White with #A260E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A260E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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