Html Css Color HEX #A7619F Violet Blue

📋 copy color: '#A7619F'

red 167 ◦ green 97 ◦ blue 159

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

Shades of Violet Blue #A7619F

Tints of Violet Blue #A7619F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.59%

R = 39.48%
G = 22.93%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A7619F (or 0xA7619F) is known color: Violet Blue. HEX triplet: A7, 61 and 9F. RGB value is (167,97,159). Sum of RGB (Red+Green+Blue) = 167+97+159=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A7619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7619F is #589E60. Grayscale: #7C7C7C. Windows color (decimal): -5807713 or 10445223. OLE color: 10445223.

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

Color convert

RGB 167 97 159 -
CMYK 0 0.42 0.05 0.35
HSL 306.86º 0.28% 0.52% -
HSV(B) 306.86º 0.42% 0.65% -
XYZ 26.47 19.27 35.12 -
YUV 125 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 167 97 159 0 0.42 0.05 0.35 306.86 0.28 0.52
Hex A7 61 9F 0 2A 5 23 133 1C 34
Octal 247 141 237 0 52 5 43 463 34 64
Binary 10100111 1100001 10011111 0 101010 101 100011 100110011 11100 110100

Color Harmonies of #A7619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7619F

Black with #A7619F

Text Example


Text Example

White with #A7619F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7619F; }

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

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

background-color css

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

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

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

border-color css

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

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

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