Html Css Color HEX #A5709E Violet Blue

📋 copy color: '#A5709E'

red 165 ◦ green 112 ◦ blue 158

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

Shades of Violet Blue #A5709E

Tints of Violet Blue #A5709E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.32%

R = 37.93%
G = 25.75%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5709E (or 0xA5709E) is known color: Violet Blue. HEX triplet: A5, 70 and 9E. RGB value is (165,112,158). Sum of RGB (Red+Green+Blue) = 165+112+158=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A5709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5709E is #5A8F61. Grayscale: #848484. Windows color (decimal): -5934946 or 10383525. OLE color: 10383525.

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

Color convert

RGB 165 112 158 -
CMYK 0 0.32 0.04 0.35
HSL 307.92º 0.23% 0.54% -
HSV(B) 307.92º 0.32% 0.65% -
XYZ 27.48 22.06 35.16 -
YUV 133.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 165 112 158 0 0.32 0.04 0.35 307.92 0.23 0.54
Hex A5 70 9E 0 20 4 23 134 17 36
Octal 245 160 236 0 40 4 43 464 27 66
Binary 10100101 1110000 10011110 0 100000 100 100011 100110100 10111 110110

Color Harmonies of #A5709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5709E

Black with #A5709E

Text Example


Text Example

White with #A5709E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5709E; }

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

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

background-color css

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

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

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

border-color css

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

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

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