Html Css Color HEX #A5619F Violet Blue

📋 copy color: '#A5619F'

red 165 ◦ green 97 ◦ blue 159

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

Shades of Violet Blue #A5619F

Tints of Violet Blue #A5619F

RGB

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

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

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

R = 39.19%
G = 23.04%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5619F (or 0xA5619F) is known color: Violet Blue. HEX triplet: A5, 61 and 9F. RGB value is (165,97,159). Sum of RGB (Red+Green+Blue) = 165+97+159=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A5619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5619F is #5A9E60. Grayscale: #7C7C7C. Windows color (decimal): -5938785 or 10445221. OLE color: 10445221.

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

Color convert

RGB 165 97 159 -
CMYK 0 0.41 0.04 0.35
HSL 305.29º 0.27% 0.51% -
HSV(B) 305.29º 0.41% 0.65% -
XYZ 26.05 19.05 35.11 -
YUV 124.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 165 97 159 0 0.41 0.04 0.35 305.29 0.27 0.51
Hex A5 61 9F 0 29 4 23 131 1B 33
Octal 245 141 237 0 51 4 43 461 33 63
Binary 10100101 1100001 10011111 0 101001 100 100011 100110001 11011 110011

Color Harmonies of #A5619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5619F

Black with #A5619F

Text Example


Text Example

White with #A5619F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5619F; }

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

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

background-color css

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

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

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

border-color css

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

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

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