Html Css Color HEX #A962DD Amethyst

📋 copy color: '#A962DD'

red 169 ◦ green 98 ◦ blue 221

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

Shades of Amethyst #A962DD

Tints of Amethyst #A962DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 34.63%
G = 20.08%
B = 45.29%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A962DD (or 0xA962DD) is known color: Amethyst. HEX triplet: A9, 62 and DD. RGB value is (169,98,221). Sum of RGB (Red+Green+Blue) = 169+98+221=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #A962DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962DD is #569D22. Grayscale: #848484. Windows color (decimal): -5676323 or 14508713. OLE color: 14508713.

HSL color Cylindrical-coordinate representation of color #A962DD: hue angle of 274.63º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A962DD is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 98 221 -
CMYK 0.24 0.56 0 0.13
HSL 274.63º 0.64% 0.63% -
HSV(B) 274.63º 0.56% 0.87% -
XYZ 33.78 22.39 70.95 -
YUV 133.25 177.52 153.5 -
System Red Green Blue C M Y K H S L
Decimal 169 98 221 0.24 0.56 0 0.13 274.63 0.64 0.63
Hex A9 62 DD 18 38 0 D 113 40 3F
Octal 251 142 335 30 70 0 15 423 100 77
Binary 10101001 1100010 11011101 11000 111000 0 1101 100010011 1000000 111111

Color Harmonies of #A962DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A962DD

Black with #A962DD

Text Example


Text Example

White with #A962DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A962DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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