Html Css Color HEX #A770CC Amethyst

📋 copy color: '#A770CC'

red 167 ◦ green 112 ◦ blue 204

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

Shades of Amethyst #A770CC

Tints of Amethyst #A770CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 34.58%
G = 23.19%
B = 42.24%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A770CC (or 0xA770CC) is known color: Amethyst. HEX triplet: A7, 70 and CC. RGB value is (167,112,204). Sum of RGB (Red+Green+Blue) = 167+112+204=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #A770CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770CC is #588F33. Grayscale: #8A8A8A. Windows color (decimal): -5803828 or 13398183. OLE color: 13398183.

HSL color Cylindrical-coordinate representation of color #A770CC: hue angle of 275.87º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A770CC is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 112 204 -
CMYK 0.18 0.45 0 0.2
HSL 275.87º 0.47% 0.62% -
HSV(B) 275.87º 0.45% 0.8% -
XYZ 32.63 24.16 60.07 -
YUV 138.93 164.72 148.02 -
System Red Green Blue C M Y K H S L
Decimal 167 112 204 0.18 0.45 0 0.2 275.87 0.47 0.62
Hex A7 70 CC 12 2D 0 14 114 2F 3E
Octal 247 160 314 22 55 0 24 424 57 76
Binary 10100111 1110000 11001100 10010 101101 0 10100 100010100 101111 111110

Color Harmonies of #A770CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770CC

Black with #A770CC

Text Example


Text Example

White with #A770CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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