Html Css Color HEX #A772C2 Amethyst

📋 copy color: '#A772C2'

red 167 ◦ green 114 ◦ blue 194

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

Shades of Amethyst #A772C2

Tints of Amethyst #A772C2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24%

 BLUE value IS 194 (76.17% from 255) = 40.84%

R = 35.16%
G = 24%
B = 40.84%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A772C2 (or 0xA772C2) is known color: Amethyst. HEX triplet: A7, 72 and C2. RGB value is (167,114,194). Sum of RGB (Red+Green+Blue) = 167+114+194=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #A772C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A772C2 is #588D3D. Grayscale: #8A8A8A. Windows color (decimal): -5803326 or 12743335. OLE color: 12743335.

HSL color Cylindrical-coordinate representation of color #A772C2: hue angle of 279.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A772C2 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 114 194 -
CMYK 0.14 0.41 0 0.24
HSL 279.75º 0.4% 0.6% -
HSV(B) 279.75º 0.41% 0.76% -
XYZ 31.69 24.15 54.03 -
YUV 138.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 167 114 194 0.14 0.41 0 0.24 279.75 0.4 0.6
Hex A7 72 C2 E 29 0 18 118 28 3C
Octal 247 162 302 16 51 0 30 430 50 74
Binary 10100111 1110010 11000010 1110 101001 0 11000 100011000 101000 111100

Color Harmonies of #A772C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A772C2

Black with #A772C2

Text Example


Text Example

White with #A772C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A772C2; }

 p { color: rgb(167,114,194); }

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

background-color css

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

 a { background-color: rgb(167,114,194); }

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

border-color css

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

 span { border-color: rgb(167,114,194); }

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