Html Css Color HEX #A767DC Amethyst

📋 copy color: '#A767DC'

red 167 ◦ green 103 ◦ blue 220

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

Shades of Amethyst #A767DC

Tints of Amethyst #A767DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.02%

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 34.08%
G = 21.02%
B = 44.9%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A767DC (or 0xA767DC) is known color: Amethyst. HEX triplet: A7, 67 and DC. RGB value is (167,103,220). Sum of RGB (Red+Green+Blue) = 167+103+220=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #A767DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767DC is #589823. Grayscale: #878787. Windows color (decimal): -5806116 or 14444455. OLE color: 14444455.

HSL color Cylindrical-coordinate representation of color #A767DC: hue angle of 272.82º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A767DC is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 103 220 -
CMYK 0.24 0.53 0 0.14
HSL 272.82º 0.63% 0.63% -
HSV(B) 272.82º 0.53% 0.86% -
XYZ 33.7 23.08 70.39 -
YUV 135.47 175.7 150.49 -
System Red Green Blue C M Y K H S L
Decimal 167 103 220 0.24 0.53 0 0.14 272.82 0.63 0.63
Hex A7 67 DC 18 35 0 E 111 3F 3F
Octal 247 147 334 30 65 0 16 421 77 77
Binary 10100111 1100111 11011100 11000 110101 0 1110 100010001 111111 111111

Color Harmonies of #A767DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A767DC

Black with #A767DC

Text Example


Text Example

White with #A767DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A767DC; }

 p { color: rgb(167,103,220); }

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

background-color css

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

 a { background-color: rgb(167,103,220); }

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

border-color css

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

 span { border-color: rgb(167,103,220); }

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