Html Css Color HEX #A966CA Amethyst

📋 copy color: '#A966CA'

red 169 ◦ green 102 ◦ blue 202

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

Shades of Amethyst #A966CA

Tints of Amethyst #A966CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 35.73%
G = 21.56%
B = 42.71%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A966CA (or 0xA966CA) is known color: Amethyst. HEX triplet: A9, 66 and CA. RGB value is (169,102,202). Sum of RGB (Red+Green+Blue) = 169+102+202=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #A966CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966CA is #569935. Grayscale: #858585. Windows color (decimal): -5675318 or 13264553. OLE color: 13264553.

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

Color convert

RGB 169 102 202 -
CMYK 0.16 0.50 0 0.21
HSL 280.2º 0.49% 0.6% -
HSV(B) 280.2º 0.5% 0.79% -
XYZ 31.77 22.2 58.49 -
YUV 133.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 169 102 202 0.16 0.50 0 0.21 280.2 0.49 0.6
Hex A9 66 CA 10 32 0 15 118 31 3C
Octal 251 146 312 20 62 0 25 430 61 74
Binary 10101001 1100110 11001010 10000 110010 0 10101 100011000 110001 111100

Color Harmonies of #A966CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A966CA

Black with #A966CA

Text Example


Text Example

White with #A966CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A966CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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