Html Css Color HEX #A14DA1 Violet Blue

📋 copy color: '#A14DA1'

red 161 ◦ green 77 ◦ blue 161

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

Shades of Violet Blue #A14DA1

Tints of Violet Blue #A14DA1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.3%

 BLUE value IS 161 (63.28% from 255) = 40.35%

R = 40.35%
G = 19.3%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A14DA1 (or 0xA14DA1) is known color: Violet Blue. HEX triplet: A1, 4D and A1. RGB value is (161,77,161). Sum of RGB (Red+Green+Blue) = 161+77+161=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A14DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14DA1 is #5EB25E. Grayscale: #6F6F6F. Windows color (decimal): -6206047 or 10571169. OLE color: 10571169.

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

Color convert

RGB 161 77 161 -
CMYK 0 0.52 0 0.37
HSL 300º 0.35% 0.47% -
HSV(B) 300º 0.52% 0.63% -
XYZ 23.78 15.46 35.45 -
YUV 111.69 155.83 163.17 -
System Red Green Blue C M Y K H S L
Decimal 161 77 161 0 0.52 0 0.37 300 0.35 0.47
Hex A1 4D A1 0 34 0 25 12C 23 2F
Octal 241 115 241 0 64 0 45 454 43 57
Binary 10100001 1001101 10100001 0 110100 0 100101 100101100 100011 101111

Color Harmonies of #A14DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14DA1

Black with #A14DA1

Text Example


Text Example

White with #A14DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14DA1; }

 p { color: rgb(161,77,161); }

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

background-color css

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

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

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

border-color css

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

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

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