Html Css Color HEX #A962C8 Amethyst

📋 copy color: '#A962C8'

red 169 ◦ green 98 ◦ blue 200

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

Shades of Amethyst #A962C8

Tints of Amethyst #A962C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.83%

R = 36.19%
G = 20.99%
B = 42.83%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A962C8 (or 0xA962C8) is known color: Amethyst. HEX triplet: A9, 62 and C8. RGB value is (169,98,200). Sum of RGB (Red+Green+Blue) = 169+98+200=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #A962C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962C8 is #569D37. Grayscale: #828282. Windows color (decimal): -5676344 or 13132457. OLE color: 13132457.

HSL color Cylindrical-coordinate representation of color #A962C8: hue angle of 281.76º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A962C8 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 98 200 -
CMYK 0.16 0.51 0 0.22
HSL 281.76º 0.48% 0.58% -
HSV(B) 281.76º 0.51% 0.78% -
XYZ 31.16 21.34 57.12 -
YUV 130.86 167.02 155.21 -
System Red Green Blue C M Y K H S L
Decimal 169 98 200 0.16 0.51 0 0.22 281.76 0.48 0.58
Hex A9 62 C8 10 33 0 16 11A 30 3A
Octal 251 142 310 20 63 0 26 432 60 72
Binary 10101001 1100010 11001000 10000 110011 0 10110 100011010 110000 111010

Color Harmonies of #A962C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A962C8

Black with #A962C8

Text Example


Text Example

White with #A962C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A962C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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