Html Css Color HEX #A5709C Violet Blue

📋 copy color: '#A5709C'

red 165 ◦ green 112 ◦ blue 156

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

Shades of Violet Blue #A5709C

Tints of Violet Blue #A5709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 38.11%
G = 25.87%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5709C (or 0xA5709C) is known color: Violet Blue. HEX triplet: A5, 70 and 9C. RGB value is (165,112,156). Sum of RGB (Red+Green+Blue) = 165+112+156=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A5709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5709C is #5A8F63. Grayscale: #848484. Windows color (decimal): -5934948 or 10252453. OLE color: 10252453.

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

Color convert

RGB 165 112 156 -
CMYK 0 0.32 0.05 0.35
HSL 310.19º 0.23% 0.54% -
HSV(B) 310.19º 0.32% 0.65% -
XYZ 27.31 21.99 34.26 -
YUV 132.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 165 112 156 0 0.32 0.05 0.35 310.19 0.23 0.54
Hex A5 70 9C 0 20 5 23 136 17 36
Octal 245 160 234 0 40 5 43 466 27 66
Binary 10100101 1110000 10011100 0 100000 101 100011 100110110 10111 110110

Color Harmonies of #A5709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5709C

Black with #A5709C

Text Example


Text Example

White with #A5709C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5709C; }

 p { color: rgb(165,112,156); }

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

background-color css

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

 a { background-color: rgb(165,112,156); }

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

border-color css

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

 span { border-color: rgb(165,112,156); }

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