Html Css Color HEX #A5609B Violet Blue

📋 copy color: '#A5609B'

red 165 ◦ green 96 ◦ blue 155

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

Shades of Violet Blue #A5609B

Tints of Violet Blue #A5609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.26%

R = 39.66%
G = 23.08%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5609B (or 0xA5609B) is known color: Violet Blue. HEX triplet: A5, 60 and 9B. RGB value is (165,96,155). Sum of RGB (Red+Green+Blue) = 165+96+155=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A5609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5609B is #5A9F64. Grayscale: #7B7B7B. Windows color (decimal): -5939045 or 10182821. OLE color: 10182821.

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

Color convert

RGB 165 96 155 -
CMYK 0 0.42 0.06 0.35
HSL 308.7º 0.28% 0.51% -
HSV(B) 308.7º 0.42% 0.65% -
XYZ 25.62 18.73 33.28 -
YUV 123.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 165 96 155 0 0.42 0.06 0.35 308.7 0.28 0.51
Hex A5 60 9B 0 2A 6 23 135 1C 33
Octal 245 140 233 0 52 6 43 465 34 63
Binary 10100101 1100000 10011011 0 101010 110 100011 100110101 11100 110011

Color Harmonies of #A5609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5609B

Black with #A5609B

Text Example


Text Example

White with #A5609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5609B; }

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

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

background-color css

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

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

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

border-color css

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

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

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