Html Css Color HEX #A4709B Violet Blue

📋 copy color: '#A4709B'

red 164 ◦ green 112 ◦ blue 155

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

Shades of Violet Blue #A4709B

Tints of Violet Blue #A4709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.99%

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

R = 38.05%
G = 25.99%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4709B (or 0xA4709B) is known color: Violet Blue. HEX triplet: A4, 70 and 9B. RGB value is (164,112,155). Sum of RGB (Red+Green+Blue) = 164+112+155=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A4709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4709B is #5B8F64. Grayscale: #848484. Windows color (decimal): -6000485 or 10186916. OLE color: 10186916.

HSL color Cylindrical-coordinate representation of color #A4709B: hue angle of 310.38º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4709B is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 112 155 -
CMYK 0 0.32 0.05 0.36
HSL 310.38º 0.22% 0.54% -
HSV(B) 310.38º 0.32% 0.64% -
XYZ 27.02 21.85 33.8 -
YUV 132.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 164 112 155 0 0.32 0.05 0.36 310.38 0.22 0.54
Hex A4 70 9B 0 20 5 24 136 16 36
Octal 244 160 233 0 40 5 44 466 26 66
Binary 10100100 1110000 10011011 0 100000 101 100100 100110110 10110 110110

Color Harmonies of #A4709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4709B

Black with #A4709B

Text Example


Text Example

White with #A4709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4709B; }

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

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

background-color css

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

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

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

border-color css

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

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

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