Html Css Color HEX #A4769F Violet Blue

📋 copy color: '#A4769F'

red 164 ◦ green 118 ◦ blue 159

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

Shades of Violet Blue #A4769F

Tints of Violet Blue #A4769F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.76%

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

R = 37.19%
G = 26.76%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4769F (or 0xA4769F) is known color: Violet Blue. HEX triplet: A4, 76 and 9F. RGB value is (164,118,159). Sum of RGB (Red+Green+Blue) = 164+118+159=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A4769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4769F is #5B8960. Grayscale: #888888. Windows color (decimal): -5998945 or 10450596. OLE color: 10450596.

HSL color Cylindrical-coordinate representation of color #A4769F: hue angle of 306.52º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4769F is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 118 159 -
CMYK 0 0.28 0.03 0.36
HSL 306.52º 0.2% 0.55% -
HSV(B) 306.52º 0.28% 0.64% -
XYZ 28.05 23.35 35.83 -
YUV 136.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 164 118 159 0 0.28 0.03 0.36 306.52 0.2 0.55
Hex A4 76 9F 0 1C 3 24 133 14 37
Octal 244 166 237 0 34 3 44 463 24 67
Binary 10100100 1110110 10011111 0 11100 11 100100 100110011 10100 110111

Color Harmonies of #A4769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4769F

Black with #A4769F

Text Example


Text Example

White with #A4769F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4769F; }

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

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

background-color css

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

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

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

border-color css

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

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

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