Html Css Color HEX #A5449D Violet Blue

📋 copy color: '#A5449D'

red 165 ◦ green 68 ◦ blue 157

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

Shades of Violet Blue #A5449D

Tints of Violet Blue #A5449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.44%

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

R = 42.31%
G = 17.44%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5449D (or 0xA5449D) is known color: Violet Blue. HEX triplet: A5, 44 and 9D. RGB value is (165,68,157). Sum of RGB (Red+Green+Blue) = 165+68+157=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5449D is #5ABB62. Grayscale: #6A6A6A. Windows color (decimal): -5946211 or 10306725. OLE color: 10306725.

HSL color Cylindrical-coordinate representation of color #A5449D: hue angle of 304.95º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5449D is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 68 157 -
CMYK 0 0.59 0.05 0.35
HSL 304.95º 0.42% 0.46% -
HSV(B) 304.95º 0.59% 0.65% -
XYZ 23.67 14.57 33.46 -
YUV 107.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 165 68 157 0 0.59 0.05 0.35 304.95 0.42 0.46
Hex A5 44 9D 0 3B 5 23 131 2A 2E
Octal 245 104 235 0 73 5 43 461 52 56
Binary 10100101 1000100 10011101 0 111011 101 100011 100110001 101010 101110

Color Harmonies of #A5449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5449D

Black with #A5449D

Text Example


Text Example

White with #A5449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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