Html Css Color HEX #A770DD Amethyst

📋 copy color: '#A770DD'

red 167 ◦ green 112 ◦ blue 221

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

Shades of Amethyst #A770DD

Tints of Amethyst #A770DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 33.4%
G = 22.4%
B = 44.2%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A770DD (or 0xA770DD) is known color: Amethyst. HEX triplet: A7, 70 and DD. RGB value is (167,112,221). Sum of RGB (Red+Green+Blue) = 167+112+221=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #A770DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770DD is #588F22. Grayscale: #8C8C8C. Windows color (decimal): -5803811 or 14512295. OLE color: 14512295.

HSL color Cylindrical-coordinate representation of color #A770DD: hue angle of 270.28º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A770DD is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 112 221 -
CMYK 0.24 0.49 0 0.13
HSL 270.28º 0.62% 0.65% -
HSV(B) 270.28º 0.49% 0.87% -
XYZ 34.78 25.02 71.4 -
YUV 140.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 167 112 221 0.24 0.49 0 0.13 270.28 0.62 0.65
Hex A7 70 DD 18 31 0 D 10E 3E 41
Octal 247 160 335 30 61 0 15 416 76 101
Binary 10100111 1110000 11011101 11000 110001 0 1101 100001110 111110 1000001

Color Harmonies of #A770DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770DD

Black with #A770DD

Text Example


Text Example

White with #A770DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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