Html Css Color HEX #A770D8 Amethyst

📋 copy color: '#A770D8'

red 167 ◦ green 112 ◦ blue 216

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

Shades of Amethyst #A770D8

Tints of Amethyst #A770D8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.63%

 BLUE value IS 216 (84.77% from 255) = 43.64%

R = 33.74%
G = 22.63%
B = 43.64%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A770D8 (or 0xA770D8) is known color: Amethyst. HEX triplet: A7, 70 and D8. RGB value is (167,112,216). Sum of RGB (Red+Green+Blue) = 167+112+216=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #A770D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770D8 is #588F27. Grayscale: #8B8B8B. Windows color (decimal): -5803816 or 14184615. OLE color: 14184615.

HSL color Cylindrical-coordinate representation of color #A770D8: hue angle of 271.73º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A770D8 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 112 216 -
CMYK 0.23 0.48 0 0.15
HSL 271.73º 0.57% 0.64% -
HSV(B) 271.73º 0.48% 0.85% -
XYZ 34.13 24.76 67.95 -
YUV 140.3 170.72 147.04 -
System Red Green Blue C M Y K H S L
Decimal 167 112 216 0.23 0.48 0 0.15 271.73 0.57 0.64
Hex A7 70 D8 17 30 0 F 110 39 40
Octal 247 160 330 27 60 0 17 420 71 100
Binary 10100111 1110000 11011000 10111 110000 0 1111 100010000 111001 1000000

Color Harmonies of #A770D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770D8

Black with #A770D8

Text Example


Text Example

White with #A770D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770D8; }

 p { color: rgb(167,112,216); }

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

background-color css

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

 a { background-color: rgb(167,112,216); }

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

border-color css

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

 span { border-color: rgb(167,112,216); }

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