Html Css Color HEX #A764E5 Amethyst

📋 copy color: '#A764E5'

red 167 ◦ green 100 ◦ blue 229

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

Shades of Amethyst #A764E5

Tints of Amethyst #A764E5

RGB

 RED value IS 167 (65.63% from 255) = 33.67%

 GREEN value IS 100 (39.45% from 255) = 20.16%

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

R = 33.67%
G = 20.16%
B = 46.17%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A764E5 (or 0xA764E5) is known color: Amethyst. HEX triplet: A7, 64 and E5. RGB value is (167,100,229). Sum of RGB (Red+Green+Blue) = 167+100+229=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 100 (39.45% from 255 or 20.16% 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 #A764E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A764E5 is #589B1A. Grayscale: #868686. Windows color (decimal): -5806875 or 15033511. OLE color: 15033511.

HSL color Cylindrical-coordinate representation of color #A764E5: hue angle of 271.16º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A764E5 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 167 100 229 -
CMYK 0.27 0.56 0 0.10
HSL 271.16º 0.71% 0.65% -
HSV(B) 271.16º 0.56% 0.9% -
XYZ 34.64 22.99 76.74 -
YUV 134.74 181.2 151.01 -
System Red Green Blue C M Y K H S L
Decimal 167 100 229 0.27 0.56 0 0.10 271.16 0.71 0.65
Hex A7 64 E5 1B 38 0 A 10F 47 41
Octal 247 144 345 33 70 0 12 417 107 101
Binary 10100111 1100100 11100101 11011 111000 0 1010 100001111 1000111 1000001

Color Harmonies of #A764E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A764E5

Black with #A764E5

Text Example


Text Example

White with #A764E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A764E5; }

 p { color: rgb(167,100,229); }

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

background-color css

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

 a { background-color: rgb(167,100,229); }

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

border-color css

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

 span { border-color: rgb(167,100,229); }

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