Html Css Color HEX #A5619D Violet Blue

📋 copy color: '#A5619D'

red 165 ◦ green 97 ◦ blue 157

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

Shades of Violet Blue #A5619D

Tints of Violet Blue #A5619D

RGB

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

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

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

R = 39.38%
G = 23.15%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5619D (or 0xA5619D) is known color: Violet Blue. HEX triplet: A5, 61 and 9D. RGB value is (165,97,157). Sum of RGB (Red+Green+Blue) = 165+97+157=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A5619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5619D is #5A9E62. Grayscale: #7B7B7B. Windows color (decimal): -5938787 or 10314149. OLE color: 10314149.

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

Color convert

RGB 165 97 157 -
CMYK 0 0.41 0.05 0.35
HSL 307.06º 0.27% 0.51% -
HSV(B) 307.06º 0.41% 0.65% -
XYZ 25.88 18.98 34.2 -
YUV 124.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 165 97 157 0 0.41 0.05 0.35 307.06 0.27 0.51
Hex A5 61 9D 0 29 5 23 133 1B 33
Octal 245 141 235 0 51 5 43 463 33 63
Binary 10100101 1100001 10011101 0 101001 101 100011 100110011 11011 110011

Color Harmonies of #A5619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5619D

Black with #A5619D

Text Example


Text Example

White with #A5619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5619D; }

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

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

background-color css

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

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

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

border-color css

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

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

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