Html Css Color HEX #A562DC Amethyst

📋 copy color: '#A562DC'

red 165 ◦ green 98 ◦ blue 220

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

Shades of Amethyst #A562DC

Tints of Amethyst #A562DC

RGB

 RED value IS 165 (64.84% from 255) = 34.16%

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

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 34.16%
G = 20.29%
B = 45.55%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A562DC (or 0xA562DC) is known color: Amethyst. HEX triplet: A5, 62 and DC. RGB value is (165,98,220). Sum of RGB (Red+Green+Blue) = 165+98+220=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #A562DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A562DC is #5A9D23. Grayscale: #838383. Windows color (decimal): -5938468 or 14443173. OLE color: 14443173.

HSL color Cylindrical-coordinate representation of color #A562DC: hue angle of 272.95º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A562DC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 98 220 -
CMYK 0.25 0.55 0 0.14
HSL 272.95º 0.64% 0.62% -
HSV(B) 272.95º 0.55% 0.86% -
XYZ 32.8 21.9 70.21 -
YUV 131.94 177.7 151.58 -
System Red Green Blue C M Y K H S L
Decimal 165 98 220 0.25 0.55 0 0.14 272.95 0.64 0.62
Hex A5 62 DC 19 37 0 E 111 40 3E
Octal 245 142 334 31 67 0 16 421 100 76
Binary 10100101 1100010 11011100 11001 110111 0 1110 100010001 1000000 111110

Color Harmonies of #A562DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A562DC

Black with #A562DC

Text Example


Text Example

White with #A562DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A562DC; }

 p { color: rgb(165,98,220); }

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

background-color css

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

 a { background-color: rgb(165,98,220); }

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

border-color css

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

 span { border-color: rgb(165,98,220); }

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