Html Css Color HEX #A963E0 Amethyst

📋 copy color: '#A963E0'

red 169 ◦ green 99 ◦ blue 224

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

Shades of Amethyst #A963E0

Tints of Amethyst #A963E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.53%

R = 34.35%
G = 20.12%
B = 45.53%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A963E0 (or 0xA963E0) is known color: Amethyst. HEX triplet: A9, 63 and E0. RGB value is (169,99,224). Sum of RGB (Red+Green+Blue) = 169+99+224=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #A963E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963E0 is #569C1F. Grayscale: #858585. Windows color (decimal): -5676064 or 14705577. OLE color: 14705577.

HSL color Cylindrical-coordinate representation of color #A963E0: hue angle of 273.6º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A963E0 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 99 224 -
CMYK 0.25 0.56 0 0.12
HSL 273.6º 0.67% 0.63% -
HSV(B) 273.6º 0.56% 0.88% -
XYZ 34.28 22.74 73.1 -
YUV 134.18 178.69 152.84 -
System Red Green Blue C M Y K H S L
Decimal 169 99 224 0.25 0.56 0 0.12 273.6 0.67 0.63
Hex A9 63 E0 19 38 0 C 112 43 3F
Octal 251 143 340 31 70 0 14 422 103 77
Binary 10101001 1100011 11100000 11001 111000 0 1100 100010010 1000011 111111

Color Harmonies of #A963E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A963E0

Black with #A963E0

Text Example


Text Example

White with #A963E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A963E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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