Html Css Color HEX #A662E5 Amethyst

📋 copy color: '#A662E5'

red 166 ◦ green 98 ◦ blue 229

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

Shades of Amethyst #A662E5

Tints of Amethyst #A662E5

RGB

 RED value IS 166 (65.23% from 255) = 33.67%

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

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

R = 33.67%
G = 19.88%
B = 46.45%

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

#A662E5 (or 0xA662E5) is known color: Amethyst. HEX triplet: A6, 62 and E5. RGB value is (166,98,229). Sum of RGB (Red+Green+Blue) = 166+98+229=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #A662E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662E5 is #599D1A. Grayscale: #848484. Windows color (decimal): -5872923 or 15032998. OLE color: 15032998.

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

Color convert

RGB 166 98 229 -
CMYK 0.28 0.57 0 0.10
HSL 271.15º 0.72% 0.64% -
HSV(B) 271.15º 0.57% 0.9% -
XYZ 34.24 22.5 76.67 -
YUV 133.27 182.03 151.35 -
System Red Green Blue C M Y K H S L
Decimal 166 98 229 0.28 0.57 0 0.10 271.15 0.72 0.64
Hex A6 62 E5 1C 39 0 A 10F 48 40
Octal 246 142 345 34 71 0 12 417 110 100
Binary 10100110 1100010 11100101 11100 111001 0 1010 100001111 1001000 1000000

Color Harmonies of #A662E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A662E5

Black with #A662E5

Text Example


Text Example

White with #A662E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A662E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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