Html Css Color HEX #A764CE Amethyst

📋 copy color: '#A764CE'

red 167 ◦ green 100 ◦ blue 206

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

Shades of Amethyst #A764CE

Tints of Amethyst #A764CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.14%

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 35.31%
G = 21.14%
B = 43.55%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A764CE (or 0xA764CE) is known color: Amethyst. HEX triplet: A7, 64 and CE. RGB value is (167,100,206). Sum of RGB (Red+Green+Blue) = 167+100+206=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #A764CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A764CE is #589B31. Grayscale: #838383. Windows color (decimal): -5806898 or 13526183. OLE color: 13526183.

HSL color Cylindrical-coordinate representation of color #A764CE: hue angle of 277.92º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A764CE is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 100 206 -
CMYK 0.19 0.51 0 0.19
HSL 277.92º 0.52% 0.6% -
HSV(B) 277.92º 0.51% 0.81% -
XYZ 31.63 21.79 60.93 -
YUV 132.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 167 100 206 0.19 0.51 0 0.19 277.92 0.52 0.6
Hex A7 64 CE 13 33 0 13 116 34 3C
Octal 247 144 316 23 63 0 23 426 64 74
Binary 10100111 1100100 11001110 10011 110011 0 10011 100010110 110100 111100

Color Harmonies of #A764CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A764CE

Black with #A764CE

Text Example


Text Example

White with #A764CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A764CE; }

 p { color: rgb(167,100,206); }

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

background-color css

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

 a { background-color: rgb(167,100,206); }

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

border-color css

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

 span { border-color: rgb(167,100,206); }

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