Html Css Color HEX #A962E5 Amethyst

📋 copy color: '#A962E5'

red 169 ◦ green 98 ◦ blue 229

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

Shades of Amethyst #A962E5

Tints of Amethyst #A962E5

RGB

 RED value IS 169 (66.41% from 255) = 34.07%

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

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

R = 34.07%
G = 19.76%
B = 46.17%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A962E5 (or 0xA962E5) is known color: Amethyst. HEX triplet: A9, 62 and E5. RGB value is (169,98,229). Sum of RGB (Red+Green+Blue) = 169+98+229=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #A962E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962E5 is #569D1A. Grayscale: #858585. Windows color (decimal): -5676315 or 15033001. OLE color: 15033001.

HSL color Cylindrical-coordinate representation of color #A962E5: hue angle of 272.52º 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 #A962E5 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 98 229 -
CMYK 0.26 0.57 0 0.10
HSL 272.52º 0.72% 0.64% -
HSV(B) 272.52º 0.57% 0.9% -
XYZ 34.87 22.83 76.7 -
YUV 134.16 181.52 152.85 -
System Red Green Blue C M Y K H S L
Decimal 169 98 229 0.26 0.57 0 0.10 272.52 0.72 0.64
Hex A9 62 E5 1A 39 0 A 111 48 40
Octal 251 142 345 32 71 0 12 421 110 100
Binary 10101001 1100010 11100101 11010 111001 0 1010 100010001 1001000 1000000

Color Harmonies of #A962E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A962E5

Black with #A962E5

Text Example


Text Example

White with #A962E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A962E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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