Html Css Color HEX #A56CC9 Amethyst

📋 copy color: '#A56CC9'

red 165 ◦ green 108 ◦ blue 201

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

Shades of Amethyst #A56CC9

Tints of Amethyst #A56CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 34.81%
G = 22.78%
B = 42.41%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A56CC9 (or 0xA56CC9) is known color: Amethyst. HEX triplet: A5, 6C and C9. RGB value is (165,108,201). Sum of RGB (Red+Green+Blue) = 165+108+201=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #A56CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CC9 is #5A9336. Grayscale: #878787. Windows color (decimal): -5935927 or 13200549. OLE color: 13200549.

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

Color convert

RGB 165 108 201 -
CMYK 0.18 0.46 0 0.21
HSL 276.77º 0.46% 0.61% -
HSV(B) 276.77º 0.46% 0.79% -
XYZ 31.42 22.94 58.03 -
YUV 135.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 165 108 201 0.18 0.46 0 0.21 276.77 0.46 0.61
Hex A5 6C C9 12 2E 0 15 115 2E 3D
Octal 245 154 311 22 56 0 25 425 56 75
Binary 10100101 1101100 11001001 10010 101110 0 10101 100010101 101110 111101

Color Harmonies of #A56CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CC9

Black with #A56CC9

Text Example


Text Example

White with #A56CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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