Html Css Color HEX #A765C9 Amethyst

📋 copy color: '#A765C9'

red 167 ◦ green 101 ◦ blue 201

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

Shades of Amethyst #A765C9

Tints of Amethyst #A765C9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.54%

 BLUE value IS 201 (78.91% from 255) = 42.86%

R = 35.61%
G = 21.54%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A765C9 (or 0xA765C9) is known color: Amethyst. HEX triplet: A7, 65 and C9. RGB value is (167,101,201). Sum of RGB (Red+Green+Blue) = 167+101+201=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #A765C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765C9 is #589A36. Grayscale: #838383. Windows color (decimal): -5806647 or 13198759. OLE color: 13198759.

HSL color Cylindrical-coordinate representation of color #A765C9: hue angle of 279.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A765C9 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 101 201 -
CMYK 0.17 0.50 0 0.21
HSL 279.6º 0.48% 0.59% -
HSV(B) 279.6º 0.5% 0.79% -
XYZ 31.13 21.74 57.81 -
YUV 132.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 167 101 201 0.17 0.50 0 0.21 279.6 0.48 0.59
Hex A7 65 C9 11 32 0 15 118 30 3B
Octal 247 145 311 21 62 0 25 430 60 73
Binary 10100111 1100101 11001001 10001 110010 0 10101 100011000 110000 111011

Color Harmonies of #A765C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765C9

Black with #A765C9

Text Example


Text Example

White with #A765C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765C9; }

 p { color: rgb(167,101,201); }

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

background-color css

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

 a { background-color: rgb(167,101,201); }

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

border-color css

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

 span { border-color: rgb(167,101,201); }

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