Html Css Color HEX #A56FC3 Amethyst

📋 copy color: '#A56FC3'

red 165 ◦ green 111 ◦ blue 195

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

Shades of Amethyst #A56FC3

Tints of Amethyst #A56FC3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.57%

 BLUE value IS 195 (76.56% from 255) = 41.4%

R = 35.03%
G = 23.57%
B = 41.4%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A56FC3 (or 0xA56FC3) is known color: Amethyst. HEX triplet: A5, 6F and C3. RGB value is (165,111,195). Sum of RGB (Red+Green+Blue) = 165+111+195=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #A56FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FC3 is #5A903C. Grayscale: #888888. Windows color (decimal): -5935165 or 12808101. OLE color: 12808101.

HSL color Cylindrical-coordinate representation of color #A56FC3: hue angle of 278.57º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A56FC3 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 111 195 -
CMYK 0.15 0.43 0 0.24
HSL 278.57º 0.41% 0.6% -
HSV(B) 278.57º 0.43% 0.76% -
XYZ 31.05 23.31 54.49 -
YUV 136.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 165 111 195 0.15 0.43 0 0.24 278.57 0.41 0.6
Hex A5 6F C3 F 2B 0 18 117 29 3C
Octal 245 157 303 17 53 0 30 427 51 74
Binary 10100101 1101111 11000011 1111 101011 0 11000 100010111 101001 111100

Color Harmonies of #A56FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FC3

Black with #A56FC3

Text Example


Text Example

White with #A56FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FC3; }

 p { color: rgb(165,111,195); }

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

background-color css

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

 a { background-color: rgb(165,111,195); }

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

border-color css

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

 span { border-color: rgb(165,111,195); }

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