Html Css Color HEX #A966E1 Amethyst

📋 copy color: '#A966E1'

red 169 ◦ green 102 ◦ blue 225

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

Shades of Amethyst #A966E1

Tints of Amethyst #A966E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.36%

R = 34.07%
G = 20.56%
B = 45.36%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A966E1 (or 0xA966E1) is known color: Amethyst. HEX triplet: A9, 66 and E1. RGB value is (169,102,225). Sum of RGB (Red+Green+Blue) = 169+102+225=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #A966E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966E1 is #56991E. Grayscale: #878787. Windows color (decimal): -5675295 or 14771881. OLE color: 14771881.

HSL color Cylindrical-coordinate representation of color #A966E1: hue angle of 272.68º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A966E1 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 102 225 -
CMYK 0.25 0.55 0 0.12
HSL 272.68º 0.67% 0.64% -
HSV(B) 272.68º 0.55% 0.88% -
XYZ 34.7 23.37 73.92 -
YUV 136.06 178.2 151.5 -
System Red Green Blue C M Y K H S L
Decimal 169 102 225 0.25 0.55 0 0.12 272.68 0.67 0.64
Hex A9 66 E1 19 37 0 C 111 43 40
Octal 251 146 341 31 67 0 14 421 103 100
Binary 10101001 1100110 11100001 11001 110111 0 1100 100010001 1000011 1000000

Color Harmonies of #A966E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A966E1

Black with #A966E1

Text Example


Text Example

White with #A966E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A966E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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