Html Css Color HEX #A760EA Amethyst

📋 copy color: '#A760EA'

red 167 ◦ green 96 ◦ blue 234

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

Shades of Amethyst #A760EA

Tints of Amethyst #A760EA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.32%

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 33.6%
G = 19.32%
B = 47.08%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A760EA (or 0xA760EA) is known color: Amethyst. HEX triplet: A7, 60 and EA. RGB value is (167,96,234). Sum of RGB (Red+Green+Blue) = 167+96+234=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #A760EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A760EA is #589F15. Grayscale: #848484. Windows color (decimal): -5807894 or 15360167. OLE color: 15360167.

HSL color Cylindrical-coordinate representation of color #A760EA: hue angle of 270.87º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A760EA is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 96 234 -
CMYK 0.29 0.59 0 0.08
HSL 270.87º 0.77% 0.65% -
HSV(B) 270.87º 0.59% 0.92% -
XYZ 34.97 22.52 80.35 -
YUV 132.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 167 96 234 0.29 0.59 0 0.08 270.87 0.77 0.65
Hex A7 60 EA 1D 3B 0 8 10F 4D 41
Octal 247 140 352 35 73 0 10 417 115 101
Binary 10100111 1100000 11101010 11101 111011 0 1000 100001111 1001101 1000001

Color Harmonies of #A760EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A760EA

Black with #A760EA

Text Example


Text Example

White with #A760EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A760EA; }

 p { color: rgb(167,96,234); }

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

background-color css

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

 a { background-color: rgb(167,96,234); }

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

border-color css

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

 span { border-color: rgb(167,96,234); }

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