Html Css Color HEX #A960CB Amethyst

📋 copy color: '#A960CB'

red 169 ◦ green 96 ◦ blue 203

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

Shades of Amethyst #A960CB

Tints of Amethyst #A960CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.51%

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

R = 36.11%
G = 20.51%
B = 43.38%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A960CB (or 0xA960CB) is known color: Amethyst. HEX triplet: A9, 60 and CB. RGB value is (169,96,203). Sum of RGB (Red+Green+Blue) = 169+96+203=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #A960CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A960CB is #569F34. Grayscale: #818181. Windows color (decimal): -5676853 or 13328553. OLE color: 13328553.

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

Color convert

RGB 169 96 203 -
CMYK 0.17 0.53 0 0.20
HSL 280.93º 0.51% 0.59% -
HSV(B) 280.93º 0.53% 0.8% -
XYZ 31.32 21.11 58.92 -
YUV 130.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 169 96 203 0.17 0.53 0 0.20 280.93 0.51 0.59
Hex A9 60 CB 11 35 0 14 119 33 3B
Octal 251 140 313 21 65 0 24 431 63 73
Binary 10101001 1100000 11001011 10001 110101 0 10100 100011001 110011 111011

Color Harmonies of #A960CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A960CB

Black with #A960CB

Text Example


Text Example

White with #A960CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A960CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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