Html Css Color HEX #A765C7 Amethyst

📋 copy color: '#A765C7'

red 167 ◦ green 101 ◦ blue 199

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

Shades of Amethyst #A765C7

Tints of Amethyst #A765C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.61%

R = 35.76%
G = 21.63%
B = 42.61%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A765C7 (or 0xA765C7) is known color: Amethyst. HEX triplet: A7, 65 and C7. RGB value is (167,101,199). Sum of RGB (Red+Green+Blue) = 167+101+199=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 199 - color contains mainly: blue. Hex color #A765C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765C7 is #589A38. Grayscale: #838383. Windows color (decimal): -5806649 or 13067687. OLE color: 13067687.

HSL color Cylindrical-coordinate representation of color #A765C7: hue angle of 280.41º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A765C7 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 101 199 -
CMYK 0.16 0.49 0 0.22
HSL 280.41º 0.47% 0.59% -
HSV(B) 280.41º 0.49% 0.78% -
XYZ 30.9 21.65 56.58 -
YUV 131.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 167 101 199 0.16 0.49 0 0.22 280.41 0.47 0.59
Hex A7 65 C7 10 31 0 16 118 2F 3B
Octal 247 145 307 20 61 0 26 430 57 73
Binary 10100111 1100101 11000111 10000 110001 0 10110 100011000 101111 111011

Color Harmonies of #A765C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765C7

Black with #A765C7

Text Example


Text Example

White with #A765C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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