Html Css Color HEX #A56CCA Amethyst

📋 copy color: '#A56CCA'

red 165 ◦ green 108 ◦ blue 202

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

Shades of Amethyst #A56CCA

Tints of Amethyst #A56CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.74%

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 34.74%
G = 22.74%
B = 42.53%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A56CCA (or 0xA56CCA) is known color: Amethyst. HEX triplet: A5, 6C and CA. RGB value is (165,108,202). Sum of RGB (Red+Green+Blue) = 165+108+202=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #A56CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CCA is #5A9335. Grayscale: #878787. Windows color (decimal): -5935926 or 13266085. OLE color: 13266085.

HSL color Cylindrical-coordinate representation of color #A56CCA: hue angle of 276.38º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A56CCA is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 108 202 -
CMYK 0.18 0.47 0 0.21
HSL 276.38º 0.47% 0.61% -
HSV(B) 276.38º 0.47% 0.79% -
XYZ 31.54 22.99 58.65 -
YUV 135.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 165 108 202 0.18 0.47 0 0.21 276.38 0.47 0.61
Hex A5 6C CA 12 2F 0 15 114 2F 3D
Octal 245 154 312 22 57 0 25 424 57 75
Binary 10100101 1101100 11001010 10010 101111 0 10101 100010100 101111 111101

Color Harmonies of #A56CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CCA

Black with #A56CCA

Text Example


Text Example

White with #A56CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CCA; }

 p { color: rgb(165,108,202); }

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

background-color css

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

 a { background-color: rgb(165,108,202); }

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

border-color css

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

 span { border-color: rgb(165,108,202); }

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