Html Css Color HEX #A56394 Violet Blue

📋 copy color: '#A56394'

red 165 ◦ green 99 ◦ blue 148

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

Shades of Violet Blue #A56394

Tints of Violet Blue #A56394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.03%

 BLUE value IS 148 (58.2% from 255) = 35.92%

R = 40.05%
G = 24.03%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A56394 (or 0xA56394) is known color: Violet Blue. HEX triplet: A5, 63 and 94. RGB value is (165,99,148). Sum of RGB (Red+Green+Blue) = 165+99+148=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A56394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56394 is #5A9C6B. Grayscale: #7C7C7C. Windows color (decimal): -5938284 or 9724837. OLE color: 9724837.

HSL color Cylindrical-coordinate representation of color #A56394: hue angle of 315.45º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A56394 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 99 148 -
CMYK 0 0.40 0.10 0.35
HSL 315.45º 0.27% 0.52% -
HSV(B) 315.45º 0.4% 0.65% -
XYZ 25.32 19.06 30.36 -
YUV 124.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 165 99 148 0 0.40 0.10 0.35 315.45 0.27 0.52
Hex A5 63 94 0 28 A 23 13B 1B 34
Octal 245 143 224 0 50 12 43 473 33 64
Binary 10100101 1100011 10010100 0 101000 1010 100011 100111011 11011 110100

Color Harmonies of #A56394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56394

Black with #A56394

Text Example


Text Example

White with #A56394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56394; }

 p { color: rgb(165,99,148); }

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

background-color css

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

 a { background-color: rgb(165,99,148); }

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

border-color css

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

 span { border-color: rgb(165,99,148); }

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