Html Css Color HEX #A5539C Violet Blue

📋 copy color: '#A5539C'

red 165 ◦ green 83 ◦ blue 156

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

Shades of Violet Blue #A5539C

Tints of Violet Blue #A5539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.54%

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

R = 40.84%
G = 20.54%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5539C (or 0xA5539C) is known color: Violet Blue. HEX triplet: A5, 53 and 9C. RGB value is (165,83,156). Sum of RGB (Red+Green+Blue) = 165+83+156=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5539C is #5AAC63. Grayscale: #737373. Windows color (decimal): -5942372 or 10245029. OLE color: 10245029.

HSL color Cylindrical-coordinate representation of color #A5539C: hue angle of 306.59º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5539C is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 156 -
CMYK 0 0.50 0.05 0.35
HSL 306.59º 0.33% 0.49% -
HSV(B) 306.59º 0.5% 0.65% -
XYZ 24.61 16.59 33.36 -
YUV 115.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 165 83 156 0 0.50 0.05 0.35 306.59 0.33 0.49
Hex A5 53 9C 0 32 5 23 133 21 31
Octal 245 123 234 0 62 5 43 463 41 61
Binary 10100101 1010011 10011100 0 110010 101 100011 100110011 100001 110001

Color Harmonies of #A5539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5539C

Black with #A5539C

Text Example


Text Example

White with #A5539C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5539C; }

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

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

background-color css

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

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

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

border-color css

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

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

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