Html Css Color HEX #A5399B Violet Blue

📋 copy color: '#A5399B'

red 165 ◦ green 57 ◦ blue 155

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

Shades of Violet Blue #A5399B

Tints of Violet Blue #A5399B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.12%

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

R = 43.77%
G = 15.12%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5399B (or 0xA5399B) is known color: Violet Blue. HEX triplet: A5, 39 and 9B. RGB value is (165,57,155). Sum of RGB (Red+Green+Blue) = 165+57+155=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A5399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5399B is #5AC664. Grayscale: #646464. Windows color (decimal): -5949029 or 10172837. OLE color: 10172837.

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

Color convert

RGB 165 57 155 -
CMYK 0 0.65 0.06 0.35
HSL 305.56º 0.49% 0.44% -
HSV(B) 305.56º 0.65% 0.65% -
XYZ 22.9 13.29 32.37 -
YUV 100.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 165 57 155 0 0.65 0.06 0.35 305.56 0.49 0.44
Hex A5 39 9B 0 41 6 23 132 31 2C
Octal 245 71 233 0 101 6 43 462 61 54
Binary 10100101 111001 10011011 0 1000001 110 100011 100110010 110001 101100

Color Harmonies of #A5399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5399B

Black with #A5399B

Text Example


Text Example

White with #A5399B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5399B; }

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

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

background-color css

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

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

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

border-color css

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

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

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