Html Css Color HEX #A767DA Amethyst

📋 copy color: '#A767DA'

red 167 ◦ green 103 ◦ blue 218

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

Shades of Amethyst #A767DA

Tints of Amethyst #A767DA

RGB

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

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

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

R = 34.22%
G = 21.11%
B = 44.67%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A767DA (or 0xA767DA) is known color: Amethyst. HEX triplet: A7, 67 and DA. RGB value is (167,103,218). Sum of RGB (Red+Green+Blue) = 167+103+218=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #A767DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767DA is #589825. Grayscale: #868686. Windows color (decimal): -5806118 or 14313383. OLE color: 14313383.

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

Color convert

RGB 167 103 218 -
CMYK 0.23 0.53 0 0.15
HSL 273.39º 0.61% 0.63% -
HSV(B) 273.39º 0.53% 0.85% -
XYZ 33.44 22.98 69 -
YUV 135.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 167 103 218 0.23 0.53 0 0.15 273.39 0.61 0.63
Hex A7 67 DA 17 35 0 F 111 3D 3F
Octal 247 147 332 27 65 0 17 421 75 77
Binary 10100111 1100111 11011010 10111 110101 0 1111 100010001 111101 111111

Color Harmonies of #A767DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A767DA

Black with #A767DA

Text Example


Text Example

White with #A767DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A767DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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