Html Css Color HEX #A762D1 Amethyst

📋 copy color: '#A762D1'

red 167 ◦ green 98 ◦ blue 209

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

Shades of Amethyst #A762D1

Tints of Amethyst #A762D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.09%

R = 35.23%
G = 20.68%
B = 44.09%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A762D1 (or 0xA762D1) is known color: Amethyst. HEX triplet: A7, 62 and D1. RGB value is (167,98,209). Sum of RGB (Red+Green+Blue) = 167+98+209=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #A762D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762D1 is #589D2E. Grayscale: #828282. Windows color (decimal): -5807407 or 13722279. OLE color: 13722279.

HSL color Cylindrical-coordinate representation of color #A762D1: hue angle of 277.3º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A762D1 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 98 209 -
CMYK 0.20 0.53 0 0.18
HSL 277.3º 0.55% 0.6% -
HSV(B) 277.3º 0.53% 0.82% -
XYZ 31.81 21.55 62.81 -
YUV 131.29 171.86 153.47 -
System Red Green Blue C M Y K H S L
Decimal 167 98 209 0.20 0.53 0 0.18 277.3 0.55 0.6
Hex A7 62 D1 14 35 0 12 115 37 3C
Octal 247 142 321 24 65 0 22 425 67 74
Binary 10100111 1100010 11010001 10100 110101 0 10010 100010101 110111 111100

Color Harmonies of #A762D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A762D1

Black with #A762D1

Text Example


Text Example

White with #A762D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A762D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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