Html Css Color HEX #A7619B Violet Blue

📋 copy color: '#A7619B'

red 167 ◦ green 97 ◦ blue 155

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

Shades of Violet Blue #A7619B

Tints of Violet Blue #A7619B

RGB

 RED value IS 167 (65.63% from 255) = 39.86%

 GREEN value IS 97 (38.28% from 255) = 23.15%

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

R = 39.86%
G = 23.15%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7619B (or 0xA7619B) is known color: Violet Blue. HEX triplet: A7, 61 and 9B. RGB value is (167,97,155). Sum of RGB (Red+Green+Blue) = 167+97+155=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A7619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7619B is #589E64. Grayscale: #7C7C7C. Windows color (decimal): -5807717 or 10183079. OLE color: 10183079.

HSL color Cylindrical-coordinate representation of color #A7619B: hue angle of 310.29º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A7619B is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 97 155 -
CMYK 0 0.42 0.07 0.35
HSL 310.29º 0.28% 0.52% -
HSV(B) 310.29º 0.42% 0.65% -
XYZ 26.13 19.13 33.33 -
YUV 124.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 167 97 155 0 0.42 0.07 0.35 310.29 0.28 0.52
Hex A7 61 9B 0 2A 7 23 136 1C 34
Octal 247 141 233 0 52 7 43 466 34 64
Binary 10100111 1100001 10011011 0 101010 111 100011 100110110 11100 110100

Color Harmonies of #A7619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7619B

Black with #A7619B

Text Example


Text Example

White with #A7619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7619B; }

 p { color: rgb(167,97,155); }

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

background-color css

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

 a { background-color: rgb(167,97,155); }

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

border-color css

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

 span { border-color: rgb(167,97,155); }

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