Html Css Color HEX #A5419B Violet Blue

📋 copy color: '#A5419B'

red 165 ◦ green 65 ◦ blue 155

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

Shades of Violet Blue #A5419B

Tints of Violet Blue #A5419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.88%

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

R = 42.86%
G = 16.88%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5419B (or 0xA5419B) is known color: Violet Blue. HEX triplet: A5, 41 and 9B. RGB value is (165,65,155). Sum of RGB (Red+Green+Blue) = 165+65+155=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A5419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5419B is #5ABE64. Grayscale: #686868. Windows color (decimal): -5946981 or 10174885. OLE color: 10174885.

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

Color convert

RGB 165 65 155 -
CMYK 0 0.61 0.06 0.35
HSL 306º 0.43% 0.45% -
HSV(B) 306º 0.61% 0.65% -
XYZ 23.32 14.15 32.51 -
YUV 105.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 165 65 155 0 0.61 0.06 0.35 306 0.43 0.45
Hex A5 41 9B 0 3D 6 23 132 2B 2D
Octal 245 101 233 0 75 6 43 462 53 55
Binary 10100101 1000001 10011011 0 111101 110 100011 100110010 101011 101101

Color Harmonies of #A5419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5419B

Black with #A5419B

Text Example


Text Example

White with #A5419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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