Html Css Color HEX #A764E6 Amethyst

📋 copy color: '#A764E6'

red 167 ◦ green 100 ◦ blue 230

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

Shades of Amethyst #A764E6

Tints of Amethyst #A764E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.28%

R = 33.6%
G = 20.12%
B = 46.28%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A764E6 (or 0xA764E6) is known color: Amethyst. HEX triplet: A7, 64 and E6. RGB value is (167,100,230). Sum of RGB (Red+Green+Blue) = 167+100+230=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #A764E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A764E6 is #589B19. Grayscale: #868686. Windows color (decimal): -5806874 or 15099047. OLE color: 15099047.

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

Color convert

RGB 167 100 230 -
CMYK 0.27 0.57 0 0.10
HSL 270.92º 0.72% 0.65% -
HSV(B) 270.92º 0.57% 0.9% -
XYZ 34.78 23.04 77.48 -
YUV 134.85 181.7 150.93 -
System Red Green Blue C M Y K H S L
Decimal 167 100 230 0.27 0.57 0 0.10 270.92 0.72 0.65
Hex A7 64 E6 1B 39 0 A 10F 48 41
Octal 247 144 346 33 71 0 12 417 110 101
Binary 10100111 1100100 11100110 11011 111001 0 1010 100001111 1001000 1000001

Color Harmonies of #A764E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A764E6

Black with #A764E6

Text Example


Text Example

White with #A764E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A764E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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