Html Css Color HEX #A56B9C Violet Blue

📋 copy color: '#A56B9C'

red 165 ◦ green 107 ◦ blue 156

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

Shades of Violet Blue #A56B9C

Tints of Violet Blue #A56B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.45%

R = 38.55%
G = 25%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A56B9C (or 0xA56B9C) is known color: Violet Blue. HEX triplet: A5, 6B and 9C. RGB value is (165,107,156). Sum of RGB (Red+Green+Blue) = 165+107+156=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B9C is #5A9463. Grayscale: #818181. Windows color (decimal): -5936228 or 10251173. OLE color: 10251173.

HSL color Cylindrical-coordinate representation of color #A56B9C: hue angle of 309.31º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A56B9C is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 107 156 -
CMYK 0 0.35 0.05 0.35
HSL 309.31º 0.24% 0.53% -
HSV(B) 309.31º 0.35% 0.65% -
XYZ 26.78 20.92 34.08 -
YUV 129.93 142.72 153.02 -
System Red Green Blue C M Y K H S L
Decimal 165 107 156 0 0.35 0.05 0.35 309.31 0.24 0.53
Hex A5 6B 9C 0 23 5 23 135 18 35
Octal 245 153 234 0 43 5 43 465 30 65
Binary 10100101 1101011 10011100 0 100011 101 100011 100110101 11000 110101

Color Harmonies of #A56B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B9C

Black with #A56B9C

Text Example


Text Example

White with #A56B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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