Html Css Color HEX #A964CE Amethyst

📋 copy color: '#A964CE'

red 169 ◦ green 100 ◦ blue 206

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

Shades of Amethyst #A964CE

Tints of Amethyst #A964CE

RGB

 RED value IS 169 (66.41% from 255) = 35.58%

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

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

R = 35.58%
G = 21.05%
B = 43.37%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A964CE (or 0xA964CE) is known color: Amethyst. HEX triplet: A9, 64 and CE. RGB value is (169,100,206). Sum of RGB (Red+Green+Blue) = 169+100+206=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #A964CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964CE is #569B31. Grayscale: #848484. Windows color (decimal): -5675826 or 13526185. OLE color: 13526185.

HSL color Cylindrical-coordinate representation of color #A964CE: hue angle of 279.06º 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 #A964CE is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 100 206 -
CMYK 0.18 0.51 0 0.19
HSL 279.06º 0.52% 0.6% -
HSV(B) 279.06º 0.51% 0.81% -
XYZ 32.06 22.01 60.95 -
YUV 132.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 169 100 206 0.18 0.51 0 0.19 279.06 0.52 0.6
Hex A9 64 CE 12 33 0 13 117 34 3C
Octal 251 144 316 22 63 0 23 427 64 74
Binary 10101001 1100100 11001110 10010 110011 0 10011 100010111 110100 111100

Color Harmonies of #A964CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A964CE

Black with #A964CE

Text Example


Text Example

White with #A964CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A964CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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