Html Css Color HEX #A56BCC Amethyst

📋 copy color: '#A56BCC'

red 165 ◦ green 107 ◦ blue 204

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

Shades of Amethyst #A56BCC

Tints of Amethyst #A56BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.48%

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

R = 34.66%
G = 22.48%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A56BCC (or 0xA56BCC) is known color: Amethyst. HEX triplet: A5, 6B and CC. RGB value is (165,107,204). Sum of RGB (Red+Green+Blue) = 165+107+204=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #A56BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56BCC is #5A9433. Grayscale: #878787. Windows color (decimal): -5936180 or 13396901. OLE color: 13396901.

HSL color Cylindrical-coordinate representation of color #A56BCC: hue angle of 275.88º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A56BCC is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 107 204 -
CMYK 0.19 0.48 0 0.2
HSL 275.88º 0.49% 0.61% -
HSV(B) 275.88º 0.48% 0.8% -
XYZ 31.67 22.87 59.87 -
YUV 135.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 165 107 204 0.19 0.48 0 0.2 275.88 0.49 0.61
Hex A5 6B CC 13 30 0 14 114 31 3D
Octal 245 153 314 23 60 0 24 424 61 75
Binary 10100101 1101011 11001100 10011 110000 0 10100 100010100 110001 111101

Color Harmonies of #A56BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56BCC

Black with #A56BCC

Text Example


Text Example

White with #A56BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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