Html Css Color HEX #A56DAB Violet Blue

📋 copy color: '#A56DAB'

red 165 ◦ green 109 ◦ blue 171

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

Shades of Violet Blue #A56DAB

Tints of Violet Blue #A56DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.49%

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

R = 37.08%
G = 24.49%
B = 38.43%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A56DAB (or 0xA56DAB) is known color: Violet Blue. HEX triplet: A5, 6D and AB. RGB value is (165,109,171). Sum of RGB (Red+Green+Blue) = 165+109+171=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #A56DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56DAB is #5A9254. Grayscale: #848484. Windows color (decimal): -5935701 or 11234725. OLE color: 11234725.

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

Color convert

RGB 165 109 171 -
CMYK 0.04 0.36 0 0.33
HSL 294.19º 0.27% 0.55% -
HSV(B) 294.19º 0.36% 0.67% -
XYZ 28.34 21.88 41.26 -
YUV 132.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 165 109 171 0.04 0.36 0 0.33 294.19 0.27 0.55
Hex A5 6D AB 4 24 0 21 126 1B 37
Octal 245 155 253 4 44 0 41 446 33 67
Binary 10100101 1101101 10101011 100 100100 0 100001 100100110 11011 110111

Color Harmonies of #A56DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56DAB

Black with #A56DAB

Text Example


Text Example

White with #A56DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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