Html Css Color HEX #A764DA Amethyst

📋 copy color: '#A764DA'

red 167 ◦ green 100 ◦ blue 218

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

Shades of Amethyst #A764DA

Tints of Amethyst #A764DA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.62%

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

R = 34.43%
G = 20.62%
B = 44.95%

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

#A764DA (or 0xA764DA) is known color: Amethyst. HEX triplet: A7, 64 and DA. RGB value is (167,100,218). Sum of RGB (Red+Green+Blue) = 167+100+218=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #A764DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A764DA is #589B25. Grayscale: #858585. Windows color (decimal): -5806886 or 14312615. OLE color: 14312615.

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

Color convert

RGB 167 100 218 -
CMYK 0.23 0.54 0 0.15
HSL 274.07º 0.61% 0.62% -
HSV(B) 274.07º 0.54% 0.85% -
XYZ 33.15 22.39 68.9 -
YUV 133.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 167 100 218 0.23 0.54 0 0.15 274.07 0.61 0.62
Hex A7 64 DA 17 36 0 F 112 3D 3E
Octal 247 144 332 27 66 0 17 422 75 76
Binary 10100111 1100100 11011010 10111 110110 0 1111 100010010 111101 111110

Color Harmonies of #A764DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A764DA

Black with #A764DA

Text Example


Text Example

White with #A764DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A764DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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