Html Css Color HEX #A56FAD Violet Blue

📋 copy color: '#A56FAD'

red 165 ◦ green 111 ◦ blue 173

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

Shades of Violet Blue #A56FAD

Tints of Violet Blue #A56FAD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.72%

 BLUE value IS 173 (67.97% from 255) = 38.53%

R = 36.75%
G = 24.72%
B = 38.53%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A56FAD (or 0xA56FAD) is known color: Violet Blue. HEX triplet: A5, 6F and AD. RGB value is (165,111,173). Sum of RGB (Red+Green+Blue) = 165+111+173=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #A56FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56FAD is #5A9052. Grayscale: #868686. Windows color (decimal): -5935187 or 11366309. OLE color: 11366309.

HSL color Cylindrical-coordinate representation of color #A56FAD: hue angle of 292.26º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A56FAD is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 111 173 -
CMYK 0.05 0.36 0 0.32
HSL 292.26º 0.27% 0.56% -
HSV(B) 292.26º 0.36% 0.68% -
XYZ 28.74 22.39 42.34 -
YUV 134.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 165 111 173 0.05 0.36 0 0.32 292.26 0.27 0.56
Hex A5 6F AD 5 24 0 20 124 1B 38
Octal 245 157 255 5 44 0 40 444 33 70
Binary 10100101 1101111 10101101 101 100100 0 100000 100100100 11011 111000

Color Harmonies of #A56FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FAD

Black with #A56FAD

Text Example


Text Example

White with #A56FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FAD; }

 p { color: rgb(165,111,173); }

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

background-color css

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

 a { background-color: rgb(165,111,173); }

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

border-color css

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

 span { border-color: rgb(165,111,173); }

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