Html Css Color HEX #A765DA Amethyst

📋 copy color: '#A765DA'

red 167 ◦ green 101 ◦ blue 218

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

Shades of Amethyst #A765DA

Tints of Amethyst #A765DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 34.36%
G = 20.78%
B = 44.86%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A765DA (or 0xA765DA) is known color: Amethyst. HEX triplet: A7, 65 and DA. RGB value is (167,101,218). Sum of RGB (Red+Green+Blue) = 167+101+218=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #A765DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765DA is #589A25. Grayscale: #858585. Windows color (decimal): -5806630 or 14312871. OLE color: 14312871.

HSL color Cylindrical-coordinate representation of color #A765DA: hue angle of 273.85º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A765DA is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 101 218 -
CMYK 0.23 0.54 0 0.15
HSL 273.85º 0.61% 0.63% -
HSV(B) 273.85º 0.54% 0.85% -
XYZ 33.24 22.58 68.94 -
YUV 134.07 175.37 151.49 -
System Red Green Blue C M Y K H S L
Decimal 167 101 218 0.23 0.54 0 0.15 273.85 0.61 0.63
Hex A7 65 DA 17 36 0 F 112 3D 3F
Octal 247 145 332 27 66 0 17 422 75 77
Binary 10100111 1100101 11011010 10111 110110 0 1111 100010010 111101 111111

Color Harmonies of #A765DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765DA

Black with #A765DA

Text Example


Text Example

White with #A765DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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