Html Css Color HEX #A562CE Amethyst

📋 copy color: '#A562CE'

red 165 ◦ green 98 ◦ blue 206

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

Shades of Amethyst #A562CE

Tints of Amethyst #A562CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 35.18%
G = 20.9%
B = 43.92%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A562CE (or 0xA562CE) is known color: Amethyst. HEX triplet: A5, 62 and CE. RGB value is (165,98,206). Sum of RGB (Red+Green+Blue) = 165+98+206=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #A562CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A562CE is #5A9D31. Grayscale: #818181. Windows color (decimal): -5938482 or 13525669. OLE color: 13525669.

HSL color Cylindrical-coordinate representation of color #A562CE: hue angle of 277.22º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A562CE is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 98 206 -
CMYK 0.20 0.52 0 0.19
HSL 277.22º 0.52% 0.6% -
HSV(B) 277.22º 0.52% 0.81% -
XYZ 31.03 21.19 60.85 -
YUV 130.35 170.7 152.72 -
System Red Green Blue C M Y K H S L
Decimal 165 98 206 0.20 0.52 0 0.19 277.22 0.52 0.6
Hex A5 62 CE 14 34 0 13 115 34 3C
Octal 245 142 316 24 64 0 23 425 64 74
Binary 10100101 1100010 11001110 10100 110100 0 10011 100010101 110100 111100

Color Harmonies of #A562CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A562CE

Black with #A562CE

Text Example


Text Example

White with #A562CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A562CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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