Html Css Color HEX #A4429D Violet Blue

📋 copy color: '#A4429D'

red 164 ◦ green 66 ◦ blue 157

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

Shades of Violet Blue #A4429D

Tints of Violet Blue #A4429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 42.38%
G = 17.05%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4429D (or 0xA4429D) is known color: Violet Blue. HEX triplet: A4, 42 and 9D. RGB value is (164,66,157). Sum of RGB (Red+Green+Blue) = 164+66+157=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A4429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4429D is #5BBD62. Grayscale: #696969. Windows color (decimal): -6012259 or 10306212. OLE color: 10306212.

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

Color convert

RGB 164 66 157 -
CMYK 0 0.60 0.04 0.36
HSL 304.29º 0.43% 0.45% -
HSV(B) 304.29º 0.6% 0.64% -
XYZ 23.34 14.22 33.41 -
YUV 105.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 164 66 157 0 0.60 0.04 0.36 304.29 0.43 0.45
Hex A4 42 9D 0 3C 4 24 130 2B 2D
Octal 244 102 235 0 74 4 44 460 53 55
Binary 10100100 1000010 10011101 0 111100 100 100100 100110000 101011 101101

Color Harmonies of #A4429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4429D

Black with #A4429D

Text Example


Text Example

White with #A4429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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