Html Css Color HEX #A964CB Amethyst

📋 copy color: '#A964CB'

red 169 ◦ green 100 ◦ blue 203

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

Shades of Amethyst #A964CB

Tints of Amethyst #A964CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.19%

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

R = 35.81%
G = 21.19%
B = 43.01%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A964CB (or 0xA964CB) is known color: Amethyst. HEX triplet: A9, 64 and CB. RGB value is (169,100,203). Sum of RGB (Red+Green+Blue) = 169+100+203=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #A964CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964CB is #569B34. Grayscale: #848484. Windows color (decimal): -5675829 or 13329577. OLE color: 13329577.

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

Color convert

RGB 169 100 203 -
CMYK 0.17 0.51 0 0.20
HSL 280.19º 0.5% 0.59% -
HSV(B) 280.19º 0.51% 0.8% -
XYZ 31.7 21.86 59.05 -
YUV 132.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 169 100 203 0.17 0.51 0 0.20 280.19 0.5 0.59
Hex A9 64 CB 11 33 0 14 118 32 3B
Octal 251 144 313 21 63 0 24 430 62 73
Binary 10101001 1100100 11001011 10001 110011 0 10100 100011000 110010 111011

Color Harmonies of #A964CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A964CB

Black with #A964CB

Text Example


Text Example

White with #A964CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A964CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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