Html Css Color HEX #A962CA Amethyst

📋 copy color: '#A962CA'

red 169 ◦ green 98 ◦ blue 202

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

Shades of Amethyst #A962CA

Tints of Amethyst #A962CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 36.03%
G = 20.9%
B = 43.07%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A962CA (or 0xA962CA) is known color: Amethyst. HEX triplet: A9, 62 and CA. RGB value is (169,98,202). Sum of RGB (Red+Green+Blue) = 169+98+202=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #A962CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962CA is #569D35. Grayscale: #828282. Windows color (decimal): -5676342 or 13263529. OLE color: 13263529.

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

Color convert

RGB 169 98 202 -
CMYK 0.16 0.51 0 0.21
HSL 280.96º 0.5% 0.59% -
HSV(B) 280.96º 0.51% 0.79% -
XYZ 31.39 21.43 58.36 -
YUV 131.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 169 98 202 0.16 0.51 0 0.21 280.96 0.5 0.59
Hex A9 62 CA 10 33 0 15 119 32 3B
Octal 251 142 312 20 63 0 25 431 62 73
Binary 10101001 1100010 11001010 10000 110011 0 10101 100011001 110010 111011

Color Harmonies of #A962CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A962CA

Black with #A962CA

Text Example


Text Example

White with #A962CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A962CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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