Html Css Color HEX #A5499C Violet Blue

📋 copy color: '#A5499C'

red 165 ◦ green 73 ◦ blue 156

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

Shades of Violet Blue #A5499C

Tints of Violet Blue #A5499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.53%

 BLUE value IS 156 (61.33% from 255) = 39.59%

R = 41.88%
G = 18.53%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5499C (or 0xA5499C) is known color: Violet Blue. HEX triplet: A5, 49 and 9C. RGB value is (165,73,156). Sum of RGB (Red+Green+Blue) = 165+73+156=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A5499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5499C is #5AB663. Grayscale: #6D6D6D. Windows color (decimal): -5944932 or 10242469. OLE color: 10242469.

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

Color convert

RGB 165 73 156 -
CMYK 0 0.56 0.05 0.35
HSL 305.87º 0.39% 0.47% -
HSV(B) 305.87º 0.56% 0.65% -
XYZ 23.9 15.16 33.12 -
YUV 109.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 165 73 156 0 0.56 0.05 0.35 305.87 0.39 0.47
Hex A5 49 9C 0 38 5 23 132 27 2F
Octal 245 111 234 0 70 5 43 462 47 57
Binary 10100101 1001001 10011100 0 111000 101 100011 100110010 100111 101111

Color Harmonies of #A5499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5499C

Black with #A5499C

Text Example


Text Example

White with #A5499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5499C; }

 p { color: rgb(165,73,156); }

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

background-color css

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

 a { background-color: rgb(165,73,156); }

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

border-color css

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

 span { border-color: rgb(165,73,156); }

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