Html Css Color HEX #A56FAC Violet Blue

📋 copy color: '#A56FAC'

red 165 ◦ green 111 ◦ blue 172

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

Shades of Violet Blue #A56FAC

Tints of Violet Blue #A56FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 36.83%
G = 24.78%
B = 38.39%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A56FAC (or 0xA56FAC) is known color: Violet Blue. HEX triplet: A5, 6F and AC. RGB value is (165,111,172). Sum of RGB (Red+Green+Blue) = 165+111+172=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #A56FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56FAC is #5A9053. Grayscale: #858585. Windows color (decimal): -5935188 or 11300773. OLE color: 11300773.

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

Color convert

RGB 165 111 172 -
CMYK 0.04 0.35 0 0.33
HSL 293.11º 0.27% 0.55% -
HSV(B) 293.11º 0.35% 0.67% -
XYZ 28.65 22.35 41.83 -
YUV 134.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 165 111 172 0.04 0.35 0 0.33 293.11 0.27 0.55
Hex A5 6F AC 4 23 0 21 125 1B 37
Octal 245 157 254 4 43 0 41 445 33 67
Binary 10100101 1101111 10101100 100 100011 0 100001 100100101 11011 110111

Color Harmonies of #A56FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FAC

Black with #A56FAC

Text Example


Text Example

White with #A56FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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