Html Css Color HEX #A5399D Violet Blue

📋 copy color: '#A5399D'

red 165 ◦ green 57 ◦ blue 157

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

Shades of Violet Blue #A5399D

Tints of Violet Blue #A5399D

RGB

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

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

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

R = 43.54%
G = 15.04%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5399D (or 0xA5399D) is known color: Violet Blue. HEX triplet: A5, 39 and 9D. RGB value is (165,57,157). Sum of RGB (Red+Green+Blue) = 165+57+157=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A5399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5399D is #5AC662. Grayscale: #646464. Windows color (decimal): -5949027 or 10303909. OLE color: 10303909.

HSL color Cylindrical-coordinate representation of color #A5399D: hue angle of 304.44º 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 #A5399D is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 57 157 -
CMYK 0 0.65 0.05 0.35
HSL 304.44º 0.49% 0.44% -
HSV(B) 304.44º 0.65% 0.65% -
XYZ 23.07 13.36 33.26 -
YUV 100.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 165 57 157 0 0.65 0.05 0.35 304.44 0.49 0.44
Hex A5 39 9D 0 41 5 23 130 31 2C
Octal 245 71 235 0 101 5 43 460 61 54
Binary 10100101 111001 10011101 0 1000001 101 100011 100110000 110001 101100

Color Harmonies of #A5399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5399D

Black with #A5399D

Text Example


Text Example

White with #A5399D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5399D; }

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

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

background-color css

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

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

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

border-color css

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

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

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