Html Css Color HEX #A7419E Violet Blue

📋 copy color: '#A7419E'

red 167 ◦ green 65 ◦ blue 158

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

Shades of Violet Blue #A7419E

Tints of Violet Blue #A7419E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.67%

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 42.82%
G = 16.67%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A7419E (or 0xA7419E) is known color: Violet Blue. HEX triplet: A7, 41 and 9E. RGB value is (167,65,158). Sum of RGB (Red+Green+Blue) = 167+65+158=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A7419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7419E is #58BE61. Grayscale: #696969. Windows color (decimal): -5815906 or 10371495. OLE color: 10371495.

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

Color convert

RGB 167 65 158 -
CMYK 0 0.61 0.05 0.35
HSL 305.29º 0.44% 0.45% -
HSV(B) 305.29º 0.61% 0.65% -
XYZ 24 14.46 33.87 -
YUV 106.1 157.29 171.44 -
System Red Green Blue C M Y K H S L
Decimal 167 65 158 0 0.61 0.05 0.35 305.29 0.44 0.45
Hex A7 41 9E 0 3D 5 23 131 2C 2D
Octal 247 101 236 0 75 5 43 461 54 55
Binary 10100111 1000001 10011110 0 111101 101 100011 100110001 101100 101101

Color Harmonies of #A7419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7419E

Black with #A7419E

Text Example


Text Example

White with #A7419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7419E; }

 p { color: rgb(167,65,158); }

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

background-color css

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

 a { background-color: rgb(167,65,158); }

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

border-color css

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

 span { border-color: rgb(167,65,158); }

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