Html Css Color HEX #A56BAB Violet Blue

📋 copy color: '#A56BAB'

red 165 ◦ green 107 ◦ blue 171

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

Shades of Violet Blue #A56BAB

Tints of Violet Blue #A56BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 37.25%
G = 24.15%
B = 38.6%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A56BAB (or 0xA56BAB) is known color: Violet Blue. HEX triplet: A5, 6B and AB. RGB value is (165,107,171). Sum of RGB (Red+Green+Blue) = 165+107+171=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #A56BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56BAB is #5A9454. Grayscale: #838383. Windows color (decimal): -5936213 or 11234213. OLE color: 11234213.

HSL color Cylindrical-coordinate representation of color #A56BAB: hue angle of 294.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A56BAB is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 107 171 -
CMYK 0.04 0.37 0 0.33
HSL 294.38º 0.28% 0.55% -
HSV(B) 294.38º 0.37% 0.67% -
XYZ 28.13 21.46 41.19 -
YUV 131.64 150.22 151.8 -
System Red Green Blue C M Y K H S L
Decimal 165 107 171 0.04 0.37 0 0.33 294.38 0.28 0.55
Hex A5 6B AB 4 25 0 21 126 1C 37
Octal 245 153 253 4 45 0 41 446 34 67
Binary 10100101 1101011 10101011 100 100101 0 100001 100100110 11100 110111

Color Harmonies of #A56BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56BAB

Black with #A56BAB

Text Example


Text Example

White with #A56BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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