Html Css Color HEX #A762D2 Amethyst

📋 copy color: '#A762D2'

red 167 ◦ green 98 ◦ blue 210

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

Shades of Amethyst #A762D2

Tints of Amethyst #A762D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.21%

R = 35.16%
G = 20.63%
B = 44.21%

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

#A762D2 (or 0xA762D2) is known color: Amethyst. HEX triplet: A7, 62 and D2. RGB value is (167,98,210). Sum of RGB (Red+Green+Blue) = 167+98+210=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 210 - color contains mainly: blue. Hex color #A762D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762D2 is #589D2D. Grayscale: #838383. Windows color (decimal): -5807406 or 13787815. OLE color: 13787815.

HSL color Cylindrical-coordinate representation of color #A762D2: hue angle of 276.96º 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 #A762D2 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 98 210 -
CMYK 0.20 0.53 0 0.18
HSL 276.96º 0.55% 0.6% -
HSV(B) 276.96º 0.53% 0.82% -
XYZ 31.94 21.6 63.46 -
YUV 131.4 172.36 153.39 -
System Red Green Blue C M Y K H S L
Decimal 167 98 210 0.20 0.53 0 0.18 276.96 0.55 0.6
Hex A7 62 D2 14 35 0 12 115 37 3C
Octal 247 142 322 24 65 0 22 425 67 74
Binary 10100111 1100010 11010010 10100 110101 0 10010 100010101 110111 111100

Color Harmonies of #A762D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A762D2

Black with #A762D2

Text Example


Text Example

White with #A762D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A762D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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