Html Css Color HEX #A56CAA Violet Blue

📋 copy color: '#A56CAA'

red 165 ◦ green 108 ◦ blue 170

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

Shades of Violet Blue #A56CAA

Tints of Violet Blue #A56CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 37.25%
G = 24.38%
B = 38.37%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A56CAA (or 0xA56CAA) is known color: Violet Blue. HEX triplet: A5, 6C and AA. RGB value is (165,108,170). Sum of RGB (Red+Green+Blue) = 165+108+170=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #A56CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56CAA is #5A9355. Grayscale: #838383. Windows color (decimal): -5935958 or 11168933. OLE color: 11168933.

HSL color Cylindrical-coordinate representation of color #A56CAA: hue angle of 295.16º 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 #A56CAA is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 108 170 -
CMYK 0.03 0.36 0 0.33
HSL 295.16º 0.27% 0.55% -
HSV(B) 295.16º 0.36% 0.67% -
XYZ 28.14 21.63 40.72 -
YUV 132.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 165 108 170 0.03 0.36 0 0.33 295.16 0.27 0.55
Hex A5 6C AA 3 24 0 21 127 1B 37
Octal 245 154 252 3 44 0 41 447 33 67
Binary 10100101 1101100 10101010 11 100100 0 100001 100100111 11011 110111

Color Harmonies of #A56CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CAA

Black with #A56CAA

Text Example


Text Example

White with #A56CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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