Html Css Color HEX #A5479D Violet Blue

📋 copy color: '#A5479D'

red 165 ◦ green 71 ◦ blue 157

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

Shades of Violet Blue #A5479D

Tints of Violet Blue #A5479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.07%

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

R = 41.98%
G = 18.07%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5479D (or 0xA5479D) is known color: Violet Blue. HEX triplet: A5, 47 and 9D. RGB value is (165,71,157). Sum of RGB (Red+Green+Blue) = 165+71+157=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A5479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5479D is #5AB862. Grayscale: #6C6C6C. Windows color (decimal): -5945443 or 10307493. OLE color: 10307493.

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

Color convert

RGB 165 71 157 -
CMYK 0 0.57 0.05 0.35
HSL 305.11º 0.4% 0.46% -
HSV(B) 305.11º 0.57% 0.65% -
XYZ 23.86 14.94 33.52 -
YUV 108.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 165 71 157 0 0.57 0.05 0.35 305.11 0.4 0.46
Hex A5 47 9D 0 39 5 23 131 28 2E
Octal 245 107 235 0 71 5 43 461 50 56
Binary 10100101 1000111 10011101 0 111001 101 100011 100110001 101000 101110

Color Harmonies of #A5479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5479D

Black with #A5479D

Text Example


Text Example

White with #A5479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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