Html Css Color HEX #A76BD2 Amethyst

📋 copy color: '#A76BD2'

red 167 ◦ green 107 ◦ blue 210

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

Shades of Amethyst #A76BD2

Tints of Amethyst #A76BD2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.11%

 BLUE value IS 210 (82.42% from 255) = 43.39%

R = 34.5%
G = 22.11%
B = 43.39%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A76BD2 (or 0xA76BD2) is known color: Amethyst. HEX triplet: A7, 6B and D2. RGB value is (167,107,210). Sum of RGB (Red+Green+Blue) = 167+107+210=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 210 - color contains mainly: blue. Hex color #A76BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BD2 is #58942D. Grayscale: #888888. Windows color (decimal): -5805102 or 13790119. OLE color: 13790119.

HSL color Cylindrical-coordinate representation of color #A76BD2: hue angle of 274.95º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A76BD2 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 107 210 -
CMYK 0.20 0.49 0 0.18
HSL 274.95º 0.53% 0.62% -
HSV(B) 274.95º 0.49% 0.82% -
XYZ 32.83 23.38 63.76 -
YUV 136.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 167 107 210 0.20 0.49 0 0.18 274.95 0.53 0.62
Hex A7 6B D2 14 31 0 12 113 35 3E
Octal 247 153 322 24 61 0 22 423 65 76
Binary 10100111 1101011 11010010 10100 110001 0 10010 100010011 110101 111110

Color Harmonies of #A76BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BD2

Black with #A76BD2

Text Example


Text Example

White with #A76BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BD2; }

 p { color: rgb(167,107,210); }

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

background-color css

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

 a { background-color: rgb(167,107,210); }

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

border-color css

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

 span { border-color: rgb(167,107,210); }

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