Html Css Color HEX #A1429B Violet Blue

📋 copy color: '#A1429B'

red 161 ◦ green 66 ◦ blue 155

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

Shades of Violet Blue #A1429B

Tints of Violet Blue #A1429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.28%

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

R = 42.15%
G = 17.28%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A1429B (or 0xA1429B) is known color: Violet Blue. HEX triplet: A1, 42 and 9B. RGB value is (161,66,155). Sum of RGB (Red+Green+Blue) = 161+66+155=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A1429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1429B is #5EBD64. Grayscale: #686868. Windows color (decimal): -6208869 or 10175137. OLE color: 10175137.

HSL color Cylindrical-coordinate representation of color #A1429B: hue angle of 303.79º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1429B is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 66 155 -
CMYK 0 0.59 0.04 0.37
HSL 303.79º 0.42% 0.45% -
HSV(B) 303.79º 0.59% 0.63% -
XYZ 22.56 13.84 32.49 -
YUV 104.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 161 66 155 0 0.59 0.04 0.37 303.79 0.42 0.45
Hex A1 42 9B 0 3B 4 25 130 2A 2D
Octal 241 102 233 0 73 4 45 460 52 55
Binary 10100001 1000010 10011011 0 111011 100 100101 100110000 101010 101101

Color Harmonies of #A1429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1429B

Black with #A1429B

Text Example


Text Example

White with #A1429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1429B; }

 p { color: rgb(161,66,155); }

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

background-color css

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

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

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

border-color css

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

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

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