Html Css Color HEX #A2479B Violet Blue

📋 copy color: '#A2479B'

red 162 ◦ green 71 ◦ blue 155

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

Shades of Violet Blue #A2479B

Tints of Violet Blue #A2479B

RGB

 RED value IS 162 (63.67% from 255) = 41.75%

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

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

R = 41.75%
G = 18.3%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A2479B (or 0xA2479B) is known color: Violet Blue. HEX triplet: A2, 47 and 9B. RGB value is (162,71,155). Sum of RGB (Red+Green+Blue) = 162+71+155=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2479B is #5DB864. Grayscale: #6B6B6B. Windows color (decimal): -6142053 or 10176418. OLE color: 10176418.

HSL color Cylindrical-coordinate representation of color #A2479B: hue angle of 304.62º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2479B is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 71 155 -
CMYK 0 0.56 0.04 0.36
HSL 304.62º 0.39% 0.46% -
HSV(B) 304.62º 0.56% 0.64% -
XYZ 23.07 14.55 32.6 -
YUV 107.79 154.65 166.67 -
System Red Green Blue C M Y K H S L
Decimal 162 71 155 0 0.56 0.04 0.36 304.62 0.39 0.46
Hex A2 47 9B 0 38 4 24 131 27 2E
Octal 242 107 233 0 70 4 44 461 47 56
Binary 10100010 1000111 10011011 0 111000 100 100100 100110001 100111 101110

Color Harmonies of #A2479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2479B

Black with #A2479B

Text Example


Text Example

White with #A2479B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2479B; }

 p { color: rgb(162,71,155); }

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

background-color css

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

 a { background-color: rgb(162,71,155); }

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

border-color css

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

 span { border-color: rgb(162,71,155); }

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