Html Css Color HEX #A7419B Violet Blue

📋 copy color: '#A7419B'

red 167 ◦ green 65 ◦ blue 155

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

Shades of Violet Blue #A7419B

Tints of Violet Blue #A7419B

RGB

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

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

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

R = 43.15%
G = 16.8%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7419B (or 0xA7419B) is known color: Violet Blue. HEX triplet: A7, 41 and 9B. RGB value is (167,65,155). Sum of RGB (Red+Green+Blue) = 167+65+155=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A7419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7419B is #58BE64. Grayscale: #696969. Windows color (decimal): -5815909 or 10174887. OLE color: 10174887.

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

Color convert

RGB 167 65 155 -
CMYK 0 0.61 0.07 0.35
HSL 307.06º 0.44% 0.45% -
HSV(B) 307.06º 0.61% 0.65% -
XYZ 23.74 14.36 32.53 -
YUV 105.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 167 65 155 0 0.61 0.07 0.35 307.06 0.44 0.45
Hex A7 41 9B 0 3D 7 23 133 2C 2D
Octal 247 101 233 0 75 7 43 463 54 55
Binary 10100111 1000001 10011011 0 111101 111 100011 100110011 101100 101101

Color Harmonies of #A7419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7419B

Black with #A7419B

Text Example


Text Example

White with #A7419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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