Html Css Color HEX #A963D0 Amethyst

📋 copy color: '#A963D0'

red 169 ◦ green 99 ◦ blue 208

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

Shades of Amethyst #A963D0

Tints of Amethyst #A963D0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.8%

 BLUE value IS 208 (81.64% from 255) = 43.7%

R = 35.5%
G = 20.8%
B = 43.7%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A963D0 (or 0xA963D0) is known color: Amethyst. HEX triplet: A9, 63 and D0. RGB value is (169,99,208). Sum of RGB (Red+Green+Blue) = 169+99+208=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #A963D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963D0 is #569C2F. Grayscale: #838383. Windows color (decimal): -5676080 or 13657001. OLE color: 13657001.

HSL color Cylindrical-coordinate representation of color #A963D0: hue angle of 278.53º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A963D0 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 99 208 -
CMYK 0.19 0.52 0 0.18
HSL 278.53º 0.54% 0.6% -
HSV(B) 278.53º 0.52% 0.82% -
XYZ 32.21 21.91 62.21 -
YUV 132.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 169 99 208 0.19 0.52 0 0.18 278.53 0.54 0.6
Hex A9 63 D0 13 34 0 12 117 36 3C
Octal 251 143 320 23 64 0 22 427 66 74
Binary 10101001 1100011 11010000 10011 110100 0 10010 100010111 110110 111100

Color Harmonies of #A963D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A963D0

Black with #A963D0

Text Example


Text Example

White with #A963D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A963D0; }

 p { color: rgb(169,99,208); }

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

background-color css

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

 a { background-color: rgb(169,99,208); }

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

border-color css

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

 span { border-color: rgb(169,99,208); }

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