Html Css Color HEX #A775CF Amethyst

📋 copy color: '#A775CF'

red 167 ◦ green 117 ◦ blue 207

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

Shades of Amethyst #A775CF

Tints of Amethyst #A775CF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.83%

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 34.01%
G = 23.83%
B = 42.16%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A775CF (or 0xA775CF) is known color: Amethyst. HEX triplet: A7, 75 and CF. RGB value is (167,117,207). Sum of RGB (Red+Green+Blue) = 167+117+207=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #A775CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775CF is #588A30. Grayscale: #8D8D8D. Windows color (decimal): -5802545 or 13596071. OLE color: 13596071.

HSL color Cylindrical-coordinate representation of color #A775CF: hue angle of 273.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A775CF is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 117 207 -
CMYK 0.19 0.43 0 0.19
HSL 273.33º 0.48% 0.64% -
HSV(B) 273.33º 0.43% 0.81% -
XYZ 33.56 25.44 62.17 -
YUV 142.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 167 117 207 0.19 0.43 0 0.19 273.33 0.48 0.64
Hex A7 75 CF 13 2B 0 13 111 30 40
Octal 247 165 317 23 53 0 23 421 60 100
Binary 10100111 1110101 11001111 10011 101011 0 10011 100010001 110000 1000000

Color Harmonies of #A775CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A775CF

Black with #A775CF

Text Example


Text Example

White with #A775CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A775CF; }

 p { color: rgb(167,117,207); }

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

background-color css

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

 a { background-color: rgb(167,117,207); }

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

border-color css

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

 span { border-color: rgb(167,117,207); }

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