Html Css Color HEX #A762D3 Amethyst

📋 copy color: '#A762D3'

red 167 ◦ green 98 ◦ blue 211

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

Shades of Amethyst #A762D3

Tints of Amethyst #A762D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.33%

R = 35.08%
G = 20.59%
B = 44.33%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A762D3 (or 0xA762D3) is known color: Amethyst. HEX triplet: A7, 62 and D3. RGB value is (167,98,211). Sum of RGB (Red+Green+Blue) = 167+98+211=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #A762D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762D3 is #589D2C. Grayscale: #838383. Windows color (decimal): -5807405 or 13853351. OLE color: 13853351.

HSL color Cylindrical-coordinate representation of color #A762D3: hue angle of 276.64º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A762D3 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 167 98 211 -
CMYK 0.21 0.54 0 0.17
HSL 276.64º 0.56% 0.61% -
HSV(B) 276.64º 0.54% 0.83% -
XYZ 32.06 21.65 64.12 -
YUV 131.51 172.86 153.31 -
System Red Green Blue C M Y K H S L
Decimal 167 98 211 0.21 0.54 0 0.17 276.64 0.56 0.61
Hex A7 62 D3 15 36 0 11 115 38 3D
Octal 247 142 323 25 66 0 21 425 70 75
Binary 10100111 1100010 11010011 10101 110110 0 10001 100010101 111000 111101

Color Harmonies of #A762D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A762D3

Black with #A762D3

Text Example


Text Example

White with #A762D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A762D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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