Html Css Color HEX #A5709D Violet Blue

📋 copy color: '#A5709D'

red 165 ◦ green 112 ◦ blue 157

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

Shades of Violet Blue #A5709D

Tints of Violet Blue #A5709D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.18%

R = 38.02%
G = 25.81%
B = 36.18%

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

#A5709D (or 0xA5709D) is known color: Violet Blue. HEX triplet: A5, 70 and 9D. RGB value is (165,112,157). Sum of RGB (Red+Green+Blue) = 165+112+157=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A5709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5709D is #5A8F62. Grayscale: #848484. Windows color (decimal): -5934947 or 10317989. OLE color: 10317989.

HSL color Cylindrical-coordinate representation of color #A5709D: hue angle of 309.06º 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 #A5709D is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 157 -
CMYK 0 0.32 0.05 0.35
HSL 309.06º 0.23% 0.54% -
HSV(B) 309.06º 0.32% 0.65% -
XYZ 27.4 22.02 34.7 -
YUV 132.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 165 112 157 0 0.32 0.05 0.35 309.06 0.23 0.54
Hex A5 70 9D 0 20 5 23 135 17 36
Octal 245 160 235 0 40 5 43 465 27 66
Binary 10100101 1110000 10011101 0 100000 101 100011 100110101 10111 110110

Color Harmonies of #A5709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5709D

Black with #A5709D

Text Example


Text Example

White with #A5709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5709D; }

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

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

background-color css

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

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

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

border-color css

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

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

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