Html Css Color HEX #A765D5 Amethyst

📋 copy color: '#A765D5'

red 167 ◦ green 101 ◦ blue 213

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

Shades of Amethyst #A765D5

Tints of Amethyst #A765D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 34.72%
G = 21%
B = 44.28%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A765D5 (or 0xA765D5) is known color: Amethyst. HEX triplet: A7, 65 and D5. RGB value is (167,101,213). Sum of RGB (Red+Green+Blue) = 167+101+213=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #A765D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765D5 is #589A2A. Grayscale: #858585. Windows color (decimal): -5806635 or 13985191. OLE color: 13985191.

HSL color Cylindrical-coordinate representation of color #A765D5: hue angle of 275.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A765D5 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 101 213 -
CMYK 0.22 0.53 0 0.16
HSL 275.36º 0.57% 0.62% -
HSV(B) 275.36º 0.53% 0.84% -
XYZ 32.6 22.33 65.54 -
YUV 133.5 172.87 151.89 -
System Red Green Blue C M Y K H S L
Decimal 167 101 213 0.22 0.53 0 0.16 275.36 0.57 0.62
Hex A7 65 D5 16 35 0 10 113 39 3E
Octal 247 145 325 26 65 0 20 423 71 76
Binary 10100111 1100101 11010101 10110 110101 0 10000 100010011 111001 111110

Color Harmonies of #A765D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765D5

Black with #A765D5

Text Example


Text Example

White with #A765D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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