Html Css Color HEX #A562CC Amethyst

📋 copy color: '#A562CC'

red 165 ◦ green 98 ◦ blue 204

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

Shades of Amethyst #A562CC

Tints of Amethyst #A562CC

RGB

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

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

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

R = 35.33%
G = 20.99%
B = 43.68%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A562CC (or 0xA562CC) is known color: Amethyst. HEX triplet: A5, 62 and CC. RGB value is (165,98,204). Sum of RGB (Red+Green+Blue) = 165+98+204=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #A562CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A562CC is #5A9D33. Grayscale: #818181. Windows color (decimal): -5938484 or 13394597. OLE color: 13394597.

HSL color Cylindrical-coordinate representation of color #A562CC: hue angle of 277.92º 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 #A562CC is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 98 204 -
CMYK 0.19 0.52 0 0.2
HSL 277.92º 0.51% 0.59% -
HSV(B) 277.92º 0.52% 0.8% -
XYZ 30.78 21.09 59.58 -
YUV 130.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 165 98 204 0.19 0.52 0 0.2 277.92 0.51 0.59
Hex A5 62 CC 13 34 0 14 116 33 3B
Octal 245 142 314 23 64 0 24 426 63 73
Binary 10100101 1100010 11001100 10011 110100 0 10100 100010110 110011 111011

Color Harmonies of #A562CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A562CC

Black with #A562CC

Text Example


Text Example

White with #A562CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A562CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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