Html Css Color HEX #A5609D Violet Blue

📋 copy color: '#A5609D'

red 165 ◦ green 96 ◦ blue 157

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

Shades of Violet Blue #A5609D

Tints of Violet Blue #A5609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.97%

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

R = 39.47%
G = 22.97%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5609D (or 0xA5609D) is known color: Violet Blue. HEX triplet: A5, 60 and 9D. RGB value is (165,96,157). Sum of RGB (Red+Green+Blue) = 165+96+157=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A5609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5609D is #5A9F62. Grayscale: #7B7B7B. Windows color (decimal): -5939043 or 10313893. OLE color: 10313893.

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

Color convert

RGB 165 96 157 -
CMYK 0 0.42 0.05 0.35
HSL 306.96º 0.28% 0.51% -
HSV(B) 306.96º 0.42% 0.65% -
XYZ 25.79 18.8 34.17 -
YUV 123.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 165 96 157 0 0.42 0.05 0.35 306.96 0.28 0.51
Hex A5 60 9D 0 2A 5 23 133 1C 33
Octal 245 140 235 0 52 5 43 463 34 63
Binary 10100101 1100000 10011101 0 101010 101 100011 100110011 11100 110011

Color Harmonies of #A5609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5609D

Black with #A5609D

Text Example


Text Example

White with #A5609D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5609D; }

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

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

background-color css

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

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

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

border-color css

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

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

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