Html Css Color HEX #A5609F Violet Blue

📋 copy color: '#A5609F'

red 165 ◦ green 96 ◦ blue 159

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

Shades of Violet Blue #A5609F

Tints of Violet Blue #A5609F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 39.29%
G = 22.86%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5609F (or 0xA5609F) is known color: Violet Blue. HEX triplet: A5, 60 and 9F. RGB value is (165,96,159). Sum of RGB (Red+Green+Blue) = 165+96+159=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A5609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5609F is #5A9F60. Grayscale: #7B7B7B. Windows color (decimal): -5939041 or 10444965. OLE color: 10444965.

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

Color convert

RGB 165 96 159 -
CMYK 0 0.42 0.04 0.35
HSL 305.22º 0.28% 0.51% -
HSV(B) 305.22º 0.42% 0.65% -
XYZ 25.96 18.87 35.07 -
YUV 123.81 147.86 157.38 -
System Red Green Blue C M Y K H S L
Decimal 165 96 159 0 0.42 0.04 0.35 305.22 0.28 0.51
Hex A5 60 9F 0 2A 4 23 131 1C 33
Octal 245 140 237 0 52 4 43 461 34 63
Binary 10100101 1100000 10011111 0 101010 100 100011 100110001 11100 110011

Color Harmonies of #A5609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5609F

Black with #A5609F

Text Example


Text Example

White with #A5609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5609F; }

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

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

background-color css

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

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

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

border-color css

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

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

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