Html Css Color HEX #A962D7 Amethyst

📋 copy color: '#A962D7'

red 169 ◦ green 98 ◦ blue 215

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

Shades of Amethyst #A962D7

Tints of Amethyst #A962D7

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.33%

 BLUE value IS 215 (84.38% from 255) = 44.61%

R = 35.06%
G = 20.33%
B = 44.61%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A962D7 (or 0xA962D7) is known color: Amethyst. HEX triplet: A9, 62 and D7. RGB value is (169,98,215). Sum of RGB (Red+Green+Blue) = 169+98+215=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #A962D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962D7 is #569D28. Grayscale: #848484. Windows color (decimal): -5676329 or 14115497. OLE color: 14115497.

HSL color Cylindrical-coordinate representation of color #A962D7: hue angle of 276.41º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A962D7 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 98 215 -
CMYK 0.21 0.54 0 0.16
HSL 276.41º 0.59% 0.61% -
HSV(B) 276.41º 0.54% 0.84% -
XYZ 33 22.08 66.81 -
YUV 132.57 174.52 153.99 -
System Red Green Blue C M Y K H S L
Decimal 169 98 215 0.21 0.54 0 0.16 276.41 0.59 0.61
Hex A9 62 D7 15 36 0 10 114 3B 3D
Octal 251 142 327 25 66 0 20 424 73 75
Binary 10101001 1100010 11010111 10101 110110 0 10000 100010100 111011 111101

Color Harmonies of #A962D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A962D7

Black with #A962D7

Text Example


Text Example

White with #A962D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A962D7; }

 p { color: rgb(169,98,215); }

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

background-color css

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

 a { background-color: rgb(169,98,215); }

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

border-color css

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

 span { border-color: rgb(169,98,215); }

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