Html Css Color HEX #A767D0 Amethyst

📋 copy color: '#A767D0'

red 167 ◦ green 103 ◦ blue 208

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

Shades of Amethyst #A767D0

Tints of Amethyst #A767D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.51%

R = 34.94%
G = 21.55%
B = 43.51%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A767D0 (or 0xA767D0) is known color: Amethyst. HEX triplet: A7, 67 and D0. RGB value is (167,103,208). Sum of RGB (Red+Green+Blue) = 167+103+208=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #A767D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767D0 is #58982F. Grayscale: #858585. Windows color (decimal): -5806128 or 13658023. OLE color: 13658023.

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

Color convert

RGB 167 103 208 -
CMYK 0.20 0.50 0 0.18
HSL 276.57º 0.53% 0.61% -
HSV(B) 276.57º 0.5% 0.82% -
XYZ 32.17 22.47 62.32 -
YUV 134.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 167 103 208 0.20 0.50 0 0.18 276.57 0.53 0.61
Hex A7 67 D0 14 32 0 12 115 35 3D
Octal 247 147 320 24 62 0 22 425 65 75
Binary 10100111 1100111 11010000 10100 110010 0 10010 100010101 110101 111101

Color Harmonies of #A767D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A767D0

Black with #A767D0

Text Example


Text Example

White with #A767D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A767D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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