Html Css Color HEX #A966C7 Amethyst

📋 copy color: '#A966C7'

red 169 ◦ green 102 ◦ blue 199

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

Shades of Amethyst #A966C7

Tints of Amethyst #A966C7

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.7%

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

R = 35.96%
G = 21.7%
B = 42.34%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A966C7 (or 0xA966C7) is known color: Amethyst. HEX triplet: A9, 66 and C7. RGB value is (169,102,199). Sum of RGB (Red+Green+Blue) = 169+102+199=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 199 - color contains mainly: blue. Hex color #A966C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966C7 is #569938. Grayscale: #848484. Windows color (decimal): -5675321 or 13067945. OLE color: 13067945.

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

Color convert

RGB 169 102 199 -
CMYK 0.15 0.49 0 0.22
HSL 281.44º 0.46% 0.59% -
HSV(B) 281.44º 0.49% 0.78% -
XYZ 31.42 22.06 56.63 -
YUV 133.09 165.2 153.61 -
System Red Green Blue C M Y K H S L
Decimal 169 102 199 0.15 0.49 0 0.22 281.44 0.46 0.59
Hex A9 66 C7 F 31 0 16 119 2E 3B
Octal 251 146 307 17 61 0 26 431 56 73
Binary 10101001 1100110 11000111 1111 110001 0 10110 100011001 101110 111011

Color Harmonies of #A966C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A966C7

Black with #A966C7

Text Example


Text Example

White with #A966C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A966C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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