Html Css Color HEX #A56CB1 Violet Blue

📋 copy color: '#A56CB1'

red 165 ◦ green 108 ◦ blue 177

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

Shades of Violet Blue #A56CB1

Tints of Violet Blue #A56CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.33%

R = 36.67%
G = 24%
B = 39.33%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A56CB1 (or 0xA56CB1) is known color: Violet Blue. HEX triplet: A5, 6C and B1. RGB value is (165,108,177). Sum of RGB (Red+Green+Blue) = 165+108+177=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 177 - color contains mainly: blue. Hex color #A56CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56CB1 is #5A934E. Grayscale: #848484. Windows color (decimal): -5935951 or 11627685. OLE color: 11627685.

HSL color Cylindrical-coordinate representation of color #A56CB1: hue angle of 289.57º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56CB1 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 108 177 -
CMYK 0.07 0.39 0 0.31
HSL 289.57º 0.31% 0.56% -
HSV(B) 289.57º 0.39% 0.69% -
XYZ 28.82 21.9 44.3 -
YUV 132.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 165 108 177 0.07 0.39 0 0.31 289.57 0.31 0.56
Hex A5 6C B1 7 27 0 1F 122 1F 38
Octal 245 154 261 7 47 0 37 442 37 70
Binary 10100101 1101100 10110001 111 100111 0 11111 100100010 11111 111000

Color Harmonies of #A56CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CB1

Black with #A56CB1

Text Example


Text Example

White with #A56CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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