Html Css Color HEX #A4469D Violet Blue

📋 copy color: '#A4469D'

red 164 ◦ green 70 ◦ blue 157

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

Shades of Violet Blue #A4469D

Tints of Violet Blue #A4469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.9%

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

R = 41.94%
G = 17.9%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4469D (or 0xA4469D) is known color: Violet Blue. HEX triplet: A4, 46 and 9D. RGB value is (164,70,157). Sum of RGB (Red+Green+Blue) = 164+70+157=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4469D is #5BB962. Grayscale: #6B6B6B. Windows color (decimal): -6011235 or 10307236. OLE color: 10307236.

HSL color Cylindrical-coordinate representation of color #A4469D: hue angle of 304.47º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4469D is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 70 157 -
CMYK 0 0.57 0.04 0.36
HSL 304.47º 0.4% 0.46% -
HSV(B) 304.47º 0.57% 0.64% -
XYZ 23.59 14.71 33.49 -
YUV 108.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 164 70 157 0 0.57 0.04 0.36 304.47 0.4 0.46
Hex A4 46 9D 0 39 4 24 130 28 2E
Octal 244 106 235 0 71 4 44 460 50 56
Binary 10100100 1000110 10011101 0 111001 100 100100 100110000 101000 101110

Color Harmonies of #A4469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4469D

Black with #A4469D

Text Example


Text Example

White with #A4469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4469D; }

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

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

background-color css

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

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

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

border-color css

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

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

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