Html Css Color HEX #A762E0 Amethyst

📋 copy color: '#A762E0'

red 167 ◦ green 98 ◦ blue 224

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

Shades of Amethyst #A762E0

Tints of Amethyst #A762E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.81%

R = 34.15%
G = 20.04%
B = 45.81%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A762E0 (or 0xA762E0) is known color: Amethyst. HEX triplet: A7, 62 and E0. RGB value is (167,98,224). Sum of RGB (Red+Green+Blue) = 167+98+224=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #A762E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762E0 is #589D1F. Grayscale: #848484. Windows color (decimal): -5807392 or 14705319. OLE color: 14705319.

HSL color Cylindrical-coordinate representation of color #A762E0: hue angle of 272.86º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A762E0 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 98 224 -
CMYK 0.25 0.56 0 0.12
HSL 272.86º 0.67% 0.63% -
HSV(B) 272.86º 0.56% 0.88% -
XYZ 33.76 22.33 73.05 -
YUV 133 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 167 98 224 0.25 0.56 0 0.12 272.86 0.67 0.63
Hex A7 62 E0 19 38 0 C 111 43 3F
Octal 247 142 340 31 70 0 14 421 103 77
Binary 10100111 1100010 11100000 11001 111000 0 1100 100010001 1000011 111111

Color Harmonies of #A762E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A762E0

Black with #A762E0

Text Example


Text Example

White with #A762E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A762E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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