Html Css Color HEX #A96BC3 Amethyst

📋 copy color: '#A96BC3'

red 169 ◦ green 107 ◦ blue 195

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

Shades of Amethyst #A96BC3

Tints of Amethyst #A96BC3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.72%

 BLUE value IS 195 (76.56% from 255) = 41.4%

R = 35.88%
G = 22.72%
B = 41.4%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A96BC3 (or 0xA96BC3) is known color: Amethyst. HEX triplet: A9, 6B and C3. RGB value is (169,107,195). Sum of RGB (Red+Green+Blue) = 169+107+195=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #A96BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BC3 is #56943C. Grayscale: #878787. Windows color (decimal): -5674045 or 12807081. OLE color: 12807081.

HSL color Cylindrical-coordinate representation of color #A96BC3: hue angle of 282.27º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A96BC3 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 107 195 -
CMYK 0.13 0.45 0 0.24
HSL 282.27º 0.42% 0.59% -
HSV(B) 282.27º 0.45% 0.76% -
XYZ 31.47 22.89 54.39 -
YUV 135.57 161.54 151.84 -
System Red Green Blue C M Y K H S L
Decimal 169 107 195 0.13 0.45 0 0.24 282.27 0.42 0.59
Hex A9 6B C3 D 2D 0 18 11A 2A 3B
Octal 251 153 303 15 55 0 30 432 52 73
Binary 10101001 1101011 11000011 1101 101101 0 11000 100011010 101010 111011

Color Harmonies of #A96BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BC3

Black with #A96BC3

Text Example


Text Example

White with #A96BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BC3; }

 p { color: rgb(169,107,195); }

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

background-color css

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

 a { background-color: rgb(169,107,195); }

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

border-color css

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

 span { border-color: rgb(169,107,195); }

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