Html Css Color HEX #A8419D Violet Blue

📋 copy color: '#A8419D'

red 168 ◦ green 65 ◦ blue 157

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

Shades of Violet Blue #A8419D

Tints of Violet Blue #A8419D

RGB

 RED value IS 168 (66.02% from 255) = 43.08%

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

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 43.08%
G = 16.67%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8419D (or 0xA8419D) is known color: Violet Blue. HEX triplet: A8, 41 and 9D. RGB value is (168,65,157). Sum of RGB (Red+Green+Blue) = 168+65+157=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8419D is #57BE62. Grayscale: #6A6A6A. Windows color (decimal): -5750371 or 10305960. OLE color: 10305960.

HSL color Cylindrical-coordinate representation of color #A8419D: hue angle of 306.41º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8419D is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 65 157 -
CMYK 0 0.61 0.07 0.34
HSL 306.41º 0.44% 0.46% -
HSV(B) 306.41º 0.61% 0.66% -
XYZ 24.12 14.54 33.43 -
YUV 106.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 168 65 157 0 0.61 0.07 0.34 306.41 0.44 0.46
Hex A8 41 9D 0 3D 7 22 132 2C 2E
Octal 250 101 235 0 75 7 42 462 54 56
Binary 10101000 1000001 10011101 0 111101 111 100010 100110010 101100 101110

Color Harmonies of #A8419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8419D

Black with #A8419D

Text Example


Text Example

White with #A8419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8419D; }

 p { color: rgb(168,65,157); }

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

background-color css

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

 a { background-color: rgb(168,65,157); }

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

border-color css

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

 span { border-color: rgb(168,65,157); }

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