Html Css Color HEX #A14A8F Violet Blue

📋 copy color: '#A14A8F'

red 161 ◦ green 74 ◦ blue 143

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

Shades of Violet Blue #A14A8F

Tints of Violet Blue #A14A8F

RGB

 RED value IS 161 (63.28% from 255) = 42.59%

 GREEN value IS 74 (29.3% from 255) = 19.58%

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 42.59%
G = 19.58%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A14A8F (or 0xA14A8F) is known color: Violet Blue. HEX triplet: A1, 4A and 8F. RGB value is (161,74,143). Sum of RGB (Red+Green+Blue) = 161+74+143=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14A8F is #5EB570. Grayscale: #6B6B6B. Windows color (decimal): -6206833 or 9390753. OLE color: 9390753.

HSL color Cylindrical-coordinate representation of color #A14A8F: hue angle of 312.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14A8F is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 74 143 -
CMYK 0 0.54 0.11 0.37
HSL 312.41º 0.37% 0.46% -
HSV(B) 312.41º 0.54% 0.63% -
XYZ 22.1 14.46 27.61 -
YUV 107.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 161 74 143 0 0.54 0.11 0.37 312.41 0.37 0.46
Hex A1 4A 8F 0 36 B 25 138 25 2E
Octal 241 112 217 0 66 13 45 470 45 56
Binary 10100001 1001010 10001111 0 110110 1011 100101 100111000 100101 101110

Color Harmonies of #A14A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14A8F

Black with #A14A8F

Text Example


Text Example

White with #A14A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14A8F; }

 p { color: rgb(161,74,143); }

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

background-color css

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

 a { background-color: rgb(161,74,143); }

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

border-color css

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

 span { border-color: rgb(161,74,143); }

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