Html Css Color HEX #A4429B Violet Blue

📋 copy color: '#A4429B'

red 164 ◦ green 66 ◦ blue 155

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

Shades of Violet Blue #A4429B

Tints of Violet Blue #A4429B

RGB

 RED value IS 164 (64.45% from 255) = 42.6%

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

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

R = 42.6%
G = 17.14%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4429B (or 0xA4429B) is known color: Violet Blue. HEX triplet: A4, 42 and 9B. RGB value is (164,66,155). Sum of RGB (Red+Green+Blue) = 164+66+155=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A4429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4429B is #5BBD64. Grayscale: #696969. Windows color (decimal): -6012261 or 10175140. OLE color: 10175140.

HSL color Cylindrical-coordinate representation of color #A4429B: hue angle of 305.51º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4429B is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 66 155 -
CMYK 0 0.60 0.05 0.36
HSL 305.51º 0.43% 0.45% -
HSV(B) 305.51º 0.6% 0.64% -
XYZ 23.17 14.16 32.52 -
YUV 105.45 155.97 169.76 -
System Red Green Blue C M Y K H S L
Decimal 164 66 155 0 0.60 0.05 0.36 305.51 0.43 0.45
Hex A4 42 9B 0 3C 5 24 132 2B 2D
Octal 244 102 233 0 74 5 44 462 53 55
Binary 10100100 1000010 10011011 0 111100 101 100100 100110010 101011 101101

Color Harmonies of #A4429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4429B

Black with #A4429B

Text Example


Text Example

White with #A4429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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