Html Css Color HEX #A96ACB Amethyst

📋 copy color: '#A96ACB'

red 169 ◦ green 106 ◦ blue 203

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

Shades of Amethyst #A96ACB

Tints of Amethyst #A96ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.18%

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

R = 35.36%
G = 22.18%
B = 42.47%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A96ACB (or 0xA96ACB) is known color: Amethyst. HEX triplet: A9, 6A and CB. RGB value is (169,106,203). Sum of RGB (Red+Green+Blue) = 169+106+203=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #A96ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ACB is #569534. Grayscale: #878787. Windows color (decimal): -5674293 or 13331113. OLE color: 13331113.

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

Color convert

RGB 169 106 203 -
CMYK 0.17 0.48 0 0.20
HSL 278.97º 0.48% 0.61% -
HSV(B) 278.97º 0.48% 0.8% -
XYZ 32.3 23.05 59.25 -
YUV 135.9 165.87 151.61 -
System Red Green Blue C M Y K H S L
Decimal 169 106 203 0.17 0.48 0 0.20 278.97 0.48 0.61
Hex A9 6A CB 11 30 0 14 117 30 3D
Octal 251 152 313 21 60 0 24 427 60 75
Binary 10101001 1101010 11001011 10001 110000 0 10100 100010111 110000 111101

Color Harmonies of #A96ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96ACB

Black with #A96ACB

Text Example


Text Example

White with #A96ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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