Html Css Color HEX #A56EA4 Violet Blue

📋 copy color: '#A56EA4'

red 165 ◦ green 110 ◦ blue 164

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

Shades of Violet Blue #A56EA4

Tints of Violet Blue #A56EA4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.06%

 BLUE value IS 164 (64.45% from 255) = 37.36%

R = 37.59%
G = 25.06%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A56EA4 (or 0xA56EA4) is known color: Violet Blue. HEX triplet: A5, 6E and A4. RGB value is (165,110,164). Sum of RGB (Red+Green+Blue) = 165+110+164=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A56EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56EA4 is #5A915B. Grayscale: #848484. Windows color (decimal): -5935452 or 10776229. OLE color: 10776229.

HSL color Cylindrical-coordinate representation of color #A56EA4: hue angle of 301.09º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A56EA4 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 110 164 -
CMYK 0 0.33 0.01 0.35
HSL 301.09º 0.23% 0.54% -
HSV(B) 301.09º 0.33% 0.65% -
XYZ 27.79 21.83 37.87 -
YUV 132.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 165 110 164 0 0.33 0.01 0.35 301.09 0.23 0.54
Hex A5 6E A4 0 21 1 23 12D 17 36
Octal 245 156 244 0 41 1 43 455 27 66
Binary 10100101 1101110 10100100 0 100001 1 100011 100101101 10111 110110

Color Harmonies of #A56EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56EA4

Black with #A56EA4

Text Example


Text Example

White with #A56EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56EA4; }

 p { color: rgb(165,110,164); }

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

background-color css

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

 a { background-color: rgb(165,110,164); }

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

border-color css

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

 span { border-color: rgb(165,110,164); }

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