Html Css Color HEX #A96BCB Amethyst

📋 copy color: '#A96BCB'

red 169 ◦ green 107 ◦ blue 203

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

Shades of Amethyst #A96BCB

Tints of Amethyst #A96BCB

RGB

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

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

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

R = 35.28%
G = 22.34%
B = 42.38%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A96BCB (or 0xA96BCB) is known color: Amethyst. HEX triplet: A9, 6B and CB. RGB value is (169,107,203). Sum of RGB (Red+Green+Blue) = 169+107+203=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #A96BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BCB is #569434. Grayscale: #888888. Windows color (decimal): -5674037 or 13331369. OLE color: 13331369.

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

Color convert

RGB 169 107 203 -
CMYK 0.17 0.47 0 0.20
HSL 278.75º 0.48% 0.61% -
HSV(B) 278.75º 0.47% 0.8% -
XYZ 32.4 23.26 59.28 -
YUV 136.48 165.54 151.19 -
System Red Green Blue C M Y K H S L
Decimal 169 107 203 0.17 0.47 0 0.20 278.75 0.48 0.61
Hex A9 6B CB 11 2F 0 14 117 30 3D
Octal 251 153 313 21 57 0 24 427 60 75
Binary 10101001 1101011 11001011 10001 101111 0 10100 100010111 110000 111101

Color Harmonies of #A96BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BCB

Black with #A96BCB

Text Example


Text Example

White with #A96BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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