Html Css Color HEX #A5619B Violet Blue

📋 copy color: '#A5619B'

red 165 ◦ green 97 ◦ blue 155

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

Shades of Violet Blue #A5619B

Tints of Violet Blue #A5619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.26%

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

R = 39.57%
G = 23.26%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5619B (or 0xA5619B) is known color: Violet Blue. HEX triplet: A5, 61 and 9B. RGB value is (165,97,155). Sum of RGB (Red+Green+Blue) = 165+97+155=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A5619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5619B is #5A9E64. Grayscale: #7B7B7B. Windows color (decimal): -5938789 or 10183077. OLE color: 10183077.

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

Color convert

RGB 165 97 155 -
CMYK 0 0.41 0.06 0.35
HSL 308.82º 0.27% 0.51% -
HSV(B) 308.82º 0.41% 0.65% -
XYZ 25.71 18.92 33.31 -
YUV 123.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 165 97 155 0 0.41 0.06 0.35 308.82 0.27 0.51
Hex A5 61 9B 0 29 6 23 135 1B 33
Octal 245 141 233 0 51 6 43 465 33 63
Binary 10100101 1100001 10011011 0 101001 110 100011 100110101 11011 110011

Color Harmonies of #A5619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5619B

Black with #A5619B

Text Example


Text Example

White with #A5619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5619B; }

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

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

background-color css

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

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

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

border-color css

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

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

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