Html Css Color HEX #A9689D Violet Blue

📋 copy color: '#A9689D'

red 169 ◦ green 104 ◦ blue 157

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

Shades of Violet Blue #A9689D

Tints of Violet Blue #A9689D

RGB

 RED value IS 169 (66.41% from 255) = 39.3%

 GREEN value IS 104 (41.02% from 255) = 24.19%

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

R = 39.3%
G = 24.19%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A9689D (or 0xA9689D) is known color: Violet Blue. HEX triplet: A9, 68 and 9D. RGB value is (169,104,157). Sum of RGB (Red+Green+Blue) = 169+104+157=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A9689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9689D is #569762. Grayscale: #818181. Windows color (decimal): -5674851 or 10315945. OLE color: 10315945.

HSL color Cylindrical-coordinate representation of color #A9689D: hue angle of 311.08º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9689D is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 104 157 -
CMYK 0 0.38 0.07 0.34
HSL 311.08º 0.27% 0.54% -
HSV(B) 311.08º 0.38% 0.66% -
XYZ 27.4 20.77 34.46 -
YUV 129.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 169 104 157 0 0.38 0.07 0.34 311.08 0.27 0.54
Hex A9 68 9D 0 26 7 22 137 1B 36
Octal 251 150 235 0 46 7 42 467 33 66
Binary 10101001 1101000 10011101 0 100110 111 100010 100110111 11011 110110

Color Harmonies of #A9689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9689D

Black with #A9689D

Text Example


Text Example

White with #A9689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9689D; }

 p { color: rgb(169,104,157); }

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

background-color css

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

 a { background-color: rgb(169,104,157); }

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

border-color css

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

 span { border-color: rgb(169,104,157); }

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