Html Css Color HEX #A962CC Amethyst

📋 copy color: '#A962CC'

red 169 ◦ green 98 ◦ blue 204

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

Shades of Amethyst #A962CC

Tints of Amethyst #A962CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 35.88%
G = 20.81%
B = 43.31%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A962CC (or 0xA962CC) is known color: Amethyst. HEX triplet: A9, 62 and CC. RGB value is (169,98,204). Sum of RGB (Red+Green+Blue) = 169+98+204=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #A962CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962CC is #569D33. Grayscale: #828282. Windows color (decimal): -5676340 or 13394601. OLE color: 13394601.

HSL color Cylindrical-coordinate representation of color #A962CC: hue angle of 280.19º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A962CC is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 98 204 -
CMYK 0.17 0.52 0 0.2
HSL 280.19º 0.51% 0.59% -
HSV(B) 280.19º 0.52% 0.8% -
XYZ 31.63 21.53 59.62 -
YUV 131.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 169 98 204 0.17 0.52 0 0.2 280.19 0.51 0.59
Hex A9 62 CC 11 34 0 14 118 33 3B
Octal 251 142 314 21 64 0 24 430 63 73
Binary 10101001 1100010 11001100 10001 110100 0 10100 100011000 110011 111011

Color Harmonies of #A962CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A962CC

Black with #A962CC

Text Example


Text Example

White with #A962CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A962CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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