Html Css Color HEX #A56CAB Violet Blue

📋 copy color: '#A56CAB'

red 165 ◦ green 108 ◦ blue 171

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

Shades of Violet Blue #A56CAB

Tints of Violet Blue #A56CAB

RGB

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

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

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

R = 37.16%
G = 24.32%
B = 38.51%

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

#A56CAB (or 0xA56CAB) is known color: Violet Blue. HEX triplet: A5, 6C and AB. RGB value is (165,108,171). Sum of RGB (Red+Green+Blue) = 165+108+171=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #A56CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56CAB is #5A9354. Grayscale: #848484. Windows color (decimal): -5935957 or 11234469. OLE color: 11234469.

HSL color Cylindrical-coordinate representation of color #A56CAB: hue angle of 294.29º degrees, saturation: 0.27, 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 #A56CAB is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 108 171 -
CMYK 0.04 0.37 0 0.33
HSL 294.29º 0.27% 0.55% -
HSV(B) 294.29º 0.37% 0.67% -
XYZ 28.23 21.66 41.22 -
YUV 132.23 149.88 151.38 -
System Red Green Blue C M Y K H S L
Decimal 165 108 171 0.04 0.37 0 0.33 294.29 0.27 0.55
Hex A5 6C AB 4 25 0 21 126 1B 37
Octal 245 154 253 4 45 0 41 446 33 67
Binary 10100101 1101100 10101011 100 100101 0 100001 100100110 11011 110111

Color Harmonies of #A56CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CAB

Black with #A56CAB

Text Example


Text Example

White with #A56CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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