Html Css Color HEX #A966CB Amethyst

📋 copy color: '#A966CB'

red 169 ◦ green 102 ◦ blue 203

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

Shades of Amethyst #A966CB

Tints of Amethyst #A966CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.83%

R = 35.65%
G = 21.52%
B = 42.83%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A966CB (or 0xA966CB) is known color: Amethyst. HEX triplet: A9, 66 and CB. RGB value is (169,102,203). Sum of RGB (Red+Green+Blue) = 169+102+203=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #A966CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966CB is #569934. Grayscale: #858585. Windows color (decimal): -5675317 or 13330089. OLE color: 13330089.

HSL color Cylindrical-coordinate representation of color #A966CB: hue angle of 279.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A966CB is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 102 203 -
CMYK 0.17 0.50 0 0.20
HSL 279.8º 0.49% 0.6% -
HSV(B) 279.8º 0.5% 0.8% -
XYZ 31.89 22.25 59.11 -
YUV 133.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 169 102 203 0.17 0.50 0 0.20 279.8 0.49 0.6
Hex A9 66 CB 11 32 0 14 118 31 3C
Octal 251 146 313 21 62 0 24 430 61 74
Binary 10101001 1100110 11001011 10001 110010 0 10100 100011000 110001 111100

Color Harmonies of #A966CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A966CB

Black with #A966CB

Text Example


Text Example

White with #A966CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A966CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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