Html Css Color HEX #A771CB Amethyst

📋 copy color: '#A771CB'

red 167 ◦ green 113 ◦ blue 203

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

Shades of Amethyst #A771CB

Tints of Amethyst #A771CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.4%

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 34.58%
G = 23.4%
B = 42.03%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A771CB (or 0xA771CB) is known color: Amethyst. HEX triplet: A7, 71 and CB. RGB value is (167,113,203). Sum of RGB (Red+Green+Blue) = 167+113+203=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #A771CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A771CB is #588E34. Grayscale: #8B8B8B. Windows color (decimal): -5803573 or 13332903. OLE color: 13332903.

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

Color convert

RGB 167 113 203 -
CMYK 0.18 0.44 0 0.20
HSL 276º 0.46% 0.62% -
HSV(B) 276º 0.44% 0.8% -
XYZ 32.62 24.34 59.48 -
YUV 139.41 163.89 147.68 -
System Red Green Blue C M Y K H S L
Decimal 167 113 203 0.18 0.44 0 0.20 276 0.46 0.62
Hex A7 71 CB 12 2C 0 14 114 2E 3E
Octal 247 161 313 22 54 0 24 424 56 76
Binary 10100111 1110001 11001011 10010 101100 0 10100 100010100 101110 111110

Color Harmonies of #A771CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A771CB

Black with #A771CB

Text Example


Text Example

White with #A771CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A771CB; }

 p { color: rgb(167,113,203); }

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

background-color css

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

 a { background-color: rgb(167,113,203); }

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

border-color css

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

 span { border-color: rgb(167,113,203); }

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