Html Css Color HEX #A767DE Amethyst

📋 copy color: '#A767DE'

red 167 ◦ green 103 ◦ blue 222

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

Shades of Amethyst #A767DE

Tints of Amethyst #A767DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 33.94%
G = 20.93%
B = 45.12%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A767DE (or 0xA767DE) is known color: Amethyst. HEX triplet: A7, 67 and DE. RGB value is (167,103,222). Sum of RGB (Red+Green+Blue) = 167+103+222=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #A767DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767DE is #589821. Grayscale: #878787. Windows color (decimal): -5806114 or 14575527. OLE color: 14575527.

HSL color Cylindrical-coordinate representation of color #A767DE: hue angle of 272.27º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A767DE is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 103 222 -
CMYK 0.25 0.54 0 0.13
HSL 272.27º 0.64% 0.64% -
HSV(B) 272.27º 0.54% 0.87% -
XYZ 33.97 23.19 71.79 -
YUV 135.7 176.7 150.32 -
System Red Green Blue C M Y K H S L
Decimal 167 103 222 0.25 0.54 0 0.13 272.27 0.64 0.64
Hex A7 67 DE 19 36 0 D 110 40 40
Octal 247 147 336 31 66 0 15 420 100 100
Binary 10100111 1100111 11011110 11001 110110 0 1101 100010000 1000000 1000000

Color Harmonies of #A767DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A767DE

Black with #A767DE

Text Example


Text Example

White with #A767DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A767DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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