Html Css Color HEX #A76FDA Amethyst

📋 copy color: '#A76FDA'

red 167 ◦ green 111 ◦ blue 218

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

Shades of Amethyst #A76FDA

Tints of Amethyst #A76FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.38%

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

R = 33.67%
G = 22.38%
B = 43.95%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A76FDA (or 0xA76FDA) is known color: Amethyst. HEX triplet: A7, 6F and DA. RGB value is (167,111,218). Sum of RGB (Red+Green+Blue) = 167+111+218=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #A76FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FDA is #589025. Grayscale: #8B8B8B. Windows color (decimal): -5804070 or 14315431. OLE color: 14315431.

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

Color convert

RGB 167 111 218 -
CMYK 0.23 0.49 0 0.15
HSL 271.4º 0.59% 0.65% -
HSV(B) 271.4º 0.49% 0.85% -
XYZ 34.28 24.65 69.28 -
YUV 139.94 172.05 147.3 -
System Red Green Blue C M Y K H S L
Decimal 167 111 218 0.23 0.49 0 0.15 271.4 0.59 0.65
Hex A7 6F DA 17 31 0 F 10F 3B 41
Octal 247 157 332 27 61 0 17 417 73 101
Binary 10100111 1101111 11011010 10111 110001 0 1111 100001111 111011 1000001

Color Harmonies of #A76FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FDA

Black with #A76FDA

Text Example


Text Example

White with #A76FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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