Html Css Color HEX #A770DA Amethyst

📋 copy color: '#A770DA'

red 167 ◦ green 112 ◦ blue 218

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

Shades of Amethyst #A770DA

Tints of Amethyst #A770DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 33.6%
G = 22.54%
B = 43.86%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A770DA (or 0xA770DA) is known color: Amethyst. HEX triplet: A7, 70 and DA. RGB value is (167,112,218). Sum of RGB (Red+Green+Blue) = 167+112+218=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #A770DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770DA is #588F25. Grayscale: #8C8C8C. Windows color (decimal): -5803814 or 14315687. OLE color: 14315687.

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

Color convert

RGB 167 112 218 -
CMYK 0.23 0.49 0 0.15
HSL 271.13º 0.59% 0.65% -
HSV(B) 271.13º 0.49% 0.85% -
XYZ 34.39 24.87 69.32 -
YUV 140.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 167 112 218 0.23 0.49 0 0.15 271.13 0.59 0.65
Hex A7 70 DA 17 31 0 F 10F 3B 41
Octal 247 160 332 27 61 0 17 417 73 101
Binary 10100111 1110000 11011010 10111 110001 0 1111 100001111 111011 1000001

Color Harmonies of #A770DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770DA

Black with #A770DA

Text Example


Text Example

White with #A770DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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