Html Css Color HEX #A462E5 Amethyst

📋 copy color: '#A462E5'

red 164 ◦ green 98 ◦ blue 229

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

Shades of Amethyst #A462E5

Tints of Amethyst #A462E5

RGB

 RED value IS 164 (64.45% from 255) = 33.4%

 GREEN value IS 98 (38.67% from 255) = 19.96%

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

R = 33.4%
G = 19.96%
B = 46.64%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A462E5 (or 0xA462E5) is known color: Amethyst. HEX triplet: A4, 62 and E5. RGB value is (164,98,229). Sum of RGB (Red+Green+Blue) = 164+98+229=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #A462E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462E5 is #5B9D1A. Grayscale: #848484. Windows color (decimal): -6003995 or 15032996. OLE color: 15032996.

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

Color convert

RGB 164 98 229 -
CMYK 0.28 0.57 0 0.10
HSL 270.23º 0.72% 0.64% -
HSV(B) 270.23º 0.57% 0.9% -
XYZ 33.82 22.29 76.65 -
YUV 132.67 182.37 150.35 -
System Red Green Blue C M Y K H S L
Decimal 164 98 229 0.28 0.57 0 0.10 270.23 0.72 0.64
Hex A4 62 E5 1C 39 0 A 10E 48 40
Octal 244 142 345 34 71 0 12 416 110 100
Binary 10100100 1100010 11100101 11100 111001 0 1010 100001110 1001000 1000000

Color Harmonies of #A462E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A462E5

Black with #A462E5

Text Example


Text Example

White with #A462E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A462E5; }

 p { color: rgb(164,98,229); }

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

background-color css

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

 a { background-color: rgb(164,98,229); }

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

border-color css

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

 span { border-color: rgb(164,98,229); }

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