Html Css Color HEX #A562CD Amethyst

📋 copy color: '#A562CD'

red 165 ◦ green 98 ◦ blue 205

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

Shades of Amethyst #A562CD

Tints of Amethyst #A562CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 35.26%
G = 20.94%
B = 43.8%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A562CD (or 0xA562CD) is known color: Amethyst. HEX triplet: A5, 62 and CD. RGB value is (165,98,205). Sum of RGB (Red+Green+Blue) = 165+98+205=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #A562CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A562CD is #5A9D32. Grayscale: #818181. Windows color (decimal): -5938483 or 13460133. OLE color: 13460133.

HSL color Cylindrical-coordinate representation of color #A562CD: hue angle of 277.57º degrees, saturation: 0.52, 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 #A562CD is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 98 205 -
CMYK 0.20 0.52 0 0.20
HSL 277.57º 0.52% 0.59% -
HSV(B) 277.57º 0.52% 0.8% -
XYZ 30.9 21.14 60.21 -
YUV 130.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 165 98 205 0.20 0.52 0 0.20 277.57 0.52 0.59
Hex A5 62 CD 14 34 0 14 116 34 3B
Octal 245 142 315 24 64 0 24 426 64 73
Binary 10100101 1100010 11001101 10100 110100 0 10100 100010110 110100 111011

Color Harmonies of #A562CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A562CD

Black with #A562CD

Text Example


Text Example

White with #A562CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A562CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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