Html Css Color HEX #A4429F Violet Blue

📋 copy color: '#A4429F'

red 164 ◦ green 66 ◦ blue 159

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

Shades of Violet Blue #A4429F

Tints of Violet Blue #A4429F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.87%

R = 42.16%
G = 16.97%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4429F (or 0xA4429F) is known color: Violet Blue. HEX triplet: A4, 42 and 9F. RGB value is (164,66,159). Sum of RGB (Red+Green+Blue) = 164+66+159=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4429F is #5BBD60. Grayscale: #696969. Windows color (decimal): -6012257 or 10437284. OLE color: 10437284.

HSL color Cylindrical-coordinate representation of color #A4429F: hue angle of 303.06º 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 #A4429F is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 66 159 -
CMYK 0 0.60 0.03 0.36
HSL 303.06º 0.43% 0.45% -
HSV(B) 303.06º 0.6% 0.64% -
XYZ 23.52 14.29 34.32 -
YUV 105.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 164 66 159 0 0.60 0.03 0.36 303.06 0.43 0.45
Hex A4 42 9F 0 3C 3 24 12F 2B 2D
Octal 244 102 237 0 74 3 44 457 53 55
Binary 10100100 1000010 10011111 0 111100 11 100100 100101111 101011 101101

Color Harmonies of #A4429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4429F

Black with #A4429F

Text Example


Text Example

White with #A4429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4429F; }

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

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

background-color css

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

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

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

border-color css

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

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

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