Html Css Color HEX #A964C7 Amethyst

📋 copy color: '#A964C7'

red 169 ◦ green 100 ◦ blue 199

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

Shades of Amethyst #A964C7

Tints of Amethyst #A964C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.52%

R = 36.11%
G = 21.37%
B = 42.52%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A964C7 (or 0xA964C7) is known color: Amethyst. HEX triplet: A9, 64 and C7. RGB value is (169,100,199). Sum of RGB (Red+Green+Blue) = 169+100+199=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 199 - color contains mainly: blue. Hex color #A964C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964C7 is #569B38. Grayscale: #838383. Windows color (decimal): -5675833 or 13067433. OLE color: 13067433.

HSL color Cylindrical-coordinate representation of color #A964C7: hue angle of 281.82º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A964C7 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 100 199 -
CMYK 0.15 0.50 0 0.22
HSL 281.82º 0.47% 0.59% -
HSV(B) 281.82º 0.5% 0.78% -
XYZ 31.23 21.67 56.57 -
YUV 131.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 169 100 199 0.15 0.50 0 0.22 281.82 0.47 0.59
Hex A9 64 C7 F 32 0 16 11A 2F 3B
Octal 251 144 307 17 62 0 26 432 57 73
Binary 10101001 1100100 11000111 1111 110010 0 10110 100011010 101111 111011

Color Harmonies of #A964C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A964C7

Black with #A964C7

Text Example


Text Example

White with #A964C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A964C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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