Html Css Color HEX #A6419E Violet Blue

📋 copy color: '#A6419E'

red 166 ◦ green 65 ◦ blue 158

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

Shades of Violet Blue #A6419E

Tints of Violet Blue #A6419E

RGB

 RED value IS 166 (65.23% from 255) = 42.67%

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

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

R = 42.67%
G = 16.71%
B = 40.62%

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

#A6419E (or 0xA6419E) is known color: Violet Blue. HEX triplet: A6, 41 and 9E. RGB value is (166,65,158). Sum of RGB (Red+Green+Blue) = 166+65+158=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A6419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6419E is #59BE61. Grayscale: #696969. Windows color (decimal): -5881442 or 10371494. OLE color: 10371494.

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

Color convert

RGB 166 65 158 -
CMYK 0 0.61 0.05 0.35
HSL 304.75º 0.44% 0.45% -
HSV(B) 304.75º 0.61% 0.65% -
XYZ 23.79 14.36 33.87 -
YUV 105.8 157.46 170.94 -
System Red Green Blue C M Y K H S L
Decimal 166 65 158 0 0.61 0.05 0.35 304.75 0.44 0.45
Hex A6 41 9E 0 3D 5 23 131 2C 2D
Octal 246 101 236 0 75 5 43 461 54 55
Binary 10100110 1000001 10011110 0 111101 101 100011 100110001 101100 101101

Color Harmonies of #A6419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6419E

Black with #A6419E

Text Example


Text Example

White with #A6419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6419E; }

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

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

background-color css

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

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

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

border-color css

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

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

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