Html Css Color HEX #A762E7 Amethyst

📋 copy color: '#A762E7'

red 167 ◦ green 98 ◦ blue 231

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

Shades of Amethyst #A762E7

Tints of Amethyst #A762E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.57%

R = 33.67%
G = 19.76%
B = 46.57%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A762E7 (or 0xA762E7) is known color: Amethyst. HEX triplet: A7, 62 and E7. RGB value is (167,98,231). Sum of RGB (Red+Green+Blue) = 167+98+231=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 231 - color contains mainly: blue. Hex color #A762E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A762E7 is #589D18. Grayscale: #858585. Windows color (decimal): -5807385 or 15164071. OLE color: 15164071.

HSL color Cylindrical-coordinate representation of color #A762E7: hue angle of 271.13º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A762E7 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 167 98 231 -
CMYK 0.28 0.58 0 0.09
HSL 271.13º 0.73% 0.65% -
HSV(B) 271.13º 0.58% 0.91% -
XYZ 34.73 22.72 78.16 -
YUV 133.79 182.86 151.69 -
System Red Green Blue C M Y K H S L
Decimal 167 98 231 0.28 0.58 0 0.09 271.13 0.73 0.65
Hex A7 62 E7 1C 3A 0 9 10F 49 41
Octal 247 142 347 34 72 0 11 417 111 101
Binary 10100111 1100010 11100111 11100 111010 0 1001 100001111 1001001 1000001

Color Harmonies of #A762E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A762E7

Black with #A762E7

Text Example


Text Example

White with #A762E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A762E7; }

 p { color: rgb(167,98,231); }

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

background-color css

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

 a { background-color: rgb(167,98,231); }

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

border-color css

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

 span { border-color: rgb(167,98,231); }

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